diff options
-rwxr-xr-x | debian/lenny/tdebase/debian/rules | 5 | ||||
-rwxr-xr-x | debian/squeeze/tdebase/debian/rules | 5 | ||||
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/rules | 5 |
3 files changed, 6 insertions, 9 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. 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. |