diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-04-05 19:20:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:23:33 +0100 |
commit | f04920e892aa704c4b7739880e86d3b15e615b0f (patch) | |
tree | 5bdebcbcb8ad4aca36b6d6645b681f0d0866736f /debian/squeeze/kdelibs/debian | |
parent | 81ae896a1b88b9b23d56d5041e9bb0b6abeae9f0 (diff) | |
download | tde-packaging-f04920e892aa704c4b7739880e86d3b15e615b0f.tar.gz tde-packaging-f04920e892aa704c4b7739880e86d3b15e615b0f.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)
Diffstat (limited to 'debian/squeeze/kdelibs/debian')
-rwxr-xr-x | debian/squeeze/kdelibs/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |