diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-08-10 10:27:54 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-08-10 16:44:26 +0200 |
commit | 6a7b32b09e621364239bca6ec02c858b122e07b8 (patch) | |
tree | 7e9d6ffa47102cb2d14d115326c9da0dec69c916 /config_host.mk.in | |
parent | 26310504c3c20385caf35f5a703f1d5f1682b4c7 (diff) |
Implement --disable-liblangtag, to be able to build without that.
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index a3501f198997..717383b8c72e 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -125,6 +125,7 @@ export ENABLE_TDE=@ENABLE_TDE@ export ENABLE_KAB=@ENABLE_KAB@ export ENABLE_KDE4=@ENABLE_KDE4@ export ENABLE_KDE=@ENABLE_KDE@ +export ENABLE_LIBLANGTAG=@ENABLE_LIBLANGTAG@ export ENABLE_LIBRSVG=@ENABLE_LIBRSVG@ export ENABLE_LOCKDOWN=@ENABLE_LOCKDOWN@ export ENABLE_LOMENUBAR=@ENABLE_LOMENUBAR@ |