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-04-05 19:20:55 +0200 |
commit | 7b0a795c6beae952fa6b2f894dacaa4677479a27 (patch) | |
tree | a2e312c48765e4a04b5524907058e8e6f63bea6b /ubuntu/maverick | |
parent | 4f39408ad2532bcd1cf9c374d69db6600254d493 (diff) | |
download | tde-packaging-7b0a795c6beae952fa6b2f894dacaa4677479a27.tar.gz tde-packaging-7b0a795c6beae952fa6b2f894dacaa4677479a27.zip |
Enable WITH_MITSHM in tdelibs on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |