diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 12:42:30 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-19 13:23:07 +0100 |
commit | cac113602c8f60b7eaea8709f6670b00b0925447 (patch) | |
tree | f3f0591754037a635b7e67514196e99d5dd802f7 /config_host.mk.in | |
parent | 3a3254a900a6a8aad8d3321bf8b10d1770555cf5 (diff) |
rename SYSTEM_LIBWPG to SYSTEM_WPG to remove specialcasing
Change-Id: I7fe4da07852d538216b92b9350903b7022bdc9fa
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 2e2fa56337d7..e1249dda521d 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -555,7 +555,7 @@ export SYSTEM_LIBORCUS=@SYSTEM_LIBORCUS@ export SYSTEM_LIBPNG=@SYSTEM_LIBPNG@ export SYSTEM_VISIO=@SYSTEM_VISIO@ export SYSTEM_WPD=@SYSTEM_WPD@ -export SYSTEM_LIBWPG=@SYSTEM_WPG@ +export SYSTEM_WPG=@SYSTEM_WPG@ export SYSTEM_WPS=@SYSTEM_WPS@ export SYSTEM_LIBXML=@SYSTEM_LIBXML@ export SYSTEM_LIBXSLT=@SYSTEM_LIBXSLT@ |