summaryrefslogtreecommitdiffstats
path: root/debian/lenny
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-04-29 02:12:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-04-29 02:13:43 +0200
commit573c510838dec6b26fe29d2703b84a2a65006ecf (patch)
tree2ddcf397366645d6406c460380dd5b77b82c8cee /debian/lenny
parent4fbf08b6bacbbc5550fa175fb0a4f598c8c68983 (diff)
downloadtde-packaging-573c510838dec6b26fe29d2703b84a2a65006ecf.tar.gz
tde-packaging-573c510838dec6b26fe29d2703b84a2a65006ecf.zip
Update tdebase build options on Debian and Ubuntu
This relates to Bug 2028
Diffstat (limited to 'debian/lenny')
-rwxr-xr-xdebian/lenny/tdebase/debian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/lenny/tdebase/debian/rules b/debian/lenny/tdebase/debian/rules
index 438101c2c..2a7629870 100755
--- a/debian/lenny/tdebase/debian/rules
+++ b/debian/lenny/tdebase/debian/rules
@@ -56,14 +56,13 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_TDEHWLIB="ON" \
-DWITH_XDMCP="ON" \
-DWITH_XRENDER="ON" \
- -DWITH_XDAMAGE="ON" \
- -DWITH_XEXT="ON" \
-DWITH_XTEST="ON" \
-DWITH_OPENGL="ON" \
-DWITH_XSCREENSAVER="ON" \
-DWITH_UPOWER="ON" \
-DWITH_LIBART="ON" \
- -DWITH_LIBCONFIG="ON"
+ -DWITH_LIBCONFIG="ON" \
+ -DWITH_PCRE="ON"
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.