summaryrefslogtreecommitdiffstats
path: root/debian/lenny
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lenny')
-rwxr-xr-xdebian/lenny/tdebase/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/lenny/tdebase/debian/rules b/debian/lenny/tdebase/debian/rules
index 401934230..4c6ab5369 100755
--- a/debian/lenny/tdebase/debian/rules
+++ b/debian/lenny/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.