From b759181c8f5e0e3475ace45fbcda52fd62ce3113 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 1 Apr 2014 17:30:46 -0500 Subject: [PATCH] Enable libconfig support in tdebase on Debian and Ubuntu --- debian/lenny/tdebase/debian/rules | 3 ++- debian/squeeze/tdebase/debian/rules | 3 ++- debian/wheezy/tdebase/debian/rules | 3 ++- ubuntu/maverick/tdebase/debian/rules | 3 ++- ubuntu/precise/tdebase/debian/rules | 3 ++- ubuntu/raring/tdebase/debian/rules | 3 ++- 6 files changed, 12 insertions(+), 6 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. 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.