diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-01 17:30:46 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-01 17:30:46 -0500 |
commit | b759181c8f5e0e3475ace45fbcda52fd62ce3113 (patch) | |
tree | 441c26d34f8f4e311b26c132ba275621370b1c57 /debian/lenny/tdebase | |
parent | 81bd4b42b772710b68e6b8cb3c748f69d4c52fd5 (diff) | |
download | tde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.tar.gz tde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.zip |
Enable libconfig support in tdebase on Debian and Ubuntu
Diffstat (limited to 'debian/lenny/tdebase')
-rwxr-xr-x | debian/lenny/tdebase/debian/rules | 3 |
1 files changed, 2 insertions, 1 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. |