summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-04-05 19:20:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-04-05 19:22:51 +0200
commit506a260d0e411ca72b7b7c3e258b2843418bb03c (patch)
tree16de7a4fdbf5127b9dab5d44a5bd76bb1dcdab42
parent4b12b79a7e55961561180df528ba33636ddcbdda (diff)
downloadtde-packaging-506a260d0e411ca72b7b7c3e258b2843418bb03c.tar.gz
tde-packaging-506a260d0e411ca72b7b7c3e258b2843418bb03c.zip
Enable WITH_MITSHM in tdelibs on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7b0a795c6beae952fa6b2f894dacaa4677479a27)
-rwxr-xr-xdebian/lenny/tdelibs/debian/rules1
-rwxr-xr-xdebian/squeeze/tdelibs/debian/rules1
-rwxr-xr-xubuntu/maverick/tdelibs/debian/rules1
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules
index 9fba1d00e..071e7c0c6 100755
--- a/debian/lenny/tdelibs/debian/rules
+++ b/debian/lenny/tdelibs/debian/rules
@@ -50,6 +50,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_LZMA="ON" \
-DWITH_XRANDR="ON" \
-DWITH_XCOMPOSITE="ON" \
+ -DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules
index a2839571e..497a5bd2a 100755
--- a/debian/squeeze/tdelibs/debian/rules
+++ b/debian/squeeze/tdelibs/debian/rules
@@ -50,6 +50,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_LZMA="ON" \
-DWITH_XRANDR="ON" \
-DWITH_XCOMPOSITE="ON" \
+ -DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
diff --git a/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules
index fcd18aba3..9c3973007 100755
--- a/ubuntu/maverick/tdelibs/debian/rules
+++ b/ubuntu/maverick/tdelibs/debian/rules
@@ -50,6 +50,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_LZMA="ON" \
-DWITH_XRANDR="ON" \
-DWITH_XCOMPOSITE="ON" \
+ -DWITH_MITSHM="ON" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to