diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdebase/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/tdebase/debian/rules | 3 | ||||
-rwxr-xr-x | debian/wheezy/tdebase/debian/rules | 3 |
3 files changed, 6 insertions, 3 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. diff --git a/debian/squeeze/tdebase/debian/rules b/debian/squeeze/tdebase/debian/rules index 39e8b828a..dcf98ccd7 100755 --- a/debian/squeeze/tdebase/debian/rules +++ b/debian/squeeze/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. diff --git a/debian/wheezy/tdebase/debian/rules b/debian/wheezy/tdebase/debian/rules index 39e8b828a..dcf98ccd7 100755 --- a/debian/wheezy/tdebase/debian/rules +++ b/debian/wheezy/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. |