summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-01 17:30:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-01 17:30:46 -0500
commitb759181c8f5e0e3475ace45fbcda52fd62ce3113 (patch)
tree441c26d34f8f4e311b26c132ba275621370b1c57 /ubuntu
parent81bd4b42b772710b68e6b8cb3c748f69d4c52fd5 (diff)
downloadtde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.tar.gz
tde-packaging-b759181c8f5e0e3475ace45fbcda52fd62ce3113.zip
Enable libconfig support in tdebase on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rwxr-xr-xubuntu/maverick/tdebase/debian/rules3
-rwxr-xr-xubuntu/precise/tdebase/debian/rules3
-rwxr-xr-xubuntu/raring/tdebase/debian/rules3
3 files changed, 6 insertions, 3 deletions
diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules
index 44308e2c2..a5faf0bc0 100755
--- a/ubuntu/maverick/tdebase/debian/rules
+++ b/ubuntu/maverick/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/ubuntu/precise/tdebase/debian/rules b/ubuntu/precise/tdebase/debian/rules
index 44308e2c2..a5faf0bc0 100755
--- a/ubuntu/precise/tdebase/debian/rules
+++ b/ubuntu/precise/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/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.