summaryrefslogtreecommitdiffstats
path: root/debian/wheezy
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-01 17:30:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-01 17:30:46 -0500
commitb759181c8f5e0e3475ace45fbcda52fd62ce3113 (patch)
tree441c26d34f8f4e311b26c132ba275621370b1c57 /debian/wheezy
parent81bd4b42b772710b68e6b8cb3c748f69d4c52fd5 (diff)
downloadtde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.tar.gz
tde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.zip
Enable libconfig support in tdebase on Debian and Ubuntu
Diffstat (limited to 'debian/wheezy')
-rwxr-xr-xdebian/wheezy/tdebase/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/wheezy/tdebase/debian/rules b/debian/wheezy/tdebase/debian/rules
index 39e8b828a..dcf98ccd7 100755
--- a/debian/wheezy/tdebase/debian/rules
+++ b/debian/wheezy/tdebase/debian/rules
@@ -61,7 +61,8 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_OPENGL="ON" \
-DWITH_XSCREENSAVER="ON" \
-DWITH_UPOWER="ON" \
- -DWITH_LIBART="ON"
+ -DWITH_LIBART="ON" \
+ -DWITH_LIBCONFIG="ON"
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.