From f04920e892aa704c4b7739880e86d3b15e615b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Apr 2015 19:20:55 +0200 Subject: [PATCH] Enable WITH_MITSHM in tdelibs on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 7b0a795c6beae952fa6b2f894dacaa4677479a27) --- debian/lenny/kdelibs/debian/rules | 1 + debian/squeeze/kdelibs/debian/rules | 1 + ubuntu/maverick/kdelibs/debian/rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/lenny/kdelibs/debian/rules b/debian/lenny/kdelibs/debian/rules index 652210c22..a798672ed 100755 --- a/debian/lenny/kdelibs/debian/rules +++ b/debian/lenny/kdelibs/debian/rules @@ -41,6 +41,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/kdelibs/debian/rules b/debian/squeeze/kdelibs/debian/rules index fb96ee363..35d5a5bac 100755 --- a/debian/squeeze/kdelibs/debian/rules +++ b/debian/squeeze/kdelibs/debian/rules @@ -41,6 +41,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/kdelibs/debian/rules b/ubuntu/maverick/kdelibs/debian/rules index ef7fd1de7..71f4bb879 100755 --- a/ubuntu/maverick/kdelibs/debian/rules +++ b/ubuntu/maverick/kdelibs/debian/rules @@ -41,6 +41,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