diff options
Diffstat (limited to 'ubuntu/raring/tdebase/debian/rules')
-rwxr-xr-x | ubuntu/raring/tdebase/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/raring/tdebase/debian/rules b/ubuntu/raring/tdebase/debian/rules index 44308e2c2..a5faf0bc0 100755 --- a/ubuntu/raring/tdebase/debian/rules +++ b/ubuntu/raring/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. |