diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdebase/debian/rules | 5 | ||||
-rwxr-xr-x | debian/squeeze/tdebase/debian/rules | 5 |
2 files changed, 4 insertions, 6 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. diff --git a/debian/squeeze/tdebase/debian/rules b/debian/squeeze/tdebase/debian/rules index 100951a37..5a8456157 100755 --- a/debian/squeeze/tdebase/debian/rules +++ b/debian/squeeze/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. |