diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-29 02:12:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-29 02:13:43 +0200 |
commit | 573c510838dec6b26fe29d2703b84a2a65006ecf (patch) | |
tree | 2ddcf397366645d6406c460380dd5b77b82c8cee /ubuntu | |
parent | 4fbf08b6bacbbc5550fa175fb0a4f598c8c68983 (diff) | |
download | tde-packaging-573c510838dec6b26fe29d2703b84a2a65006ecf.tar.gz tde-packaging-573c510838dec6b26fe29d2703b84a2a65006ecf.zip |
Update tdebase build options on Debian and Ubuntu
This relates to Bug 2028
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules index 1a2689f86..1d062ca42 100755 --- a/ubuntu/maverick/tdebase/debian/rules +++ b/ubuntu/maverick/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. |