diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-27 16:08:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-01 15:46:01 +0200 |
commit | 06aa41671963dac9fa4bf84a8fc996a5360c94b0 (patch) | |
tree | 750cf2a9f449589f4345d23e688742811a11a89d /debian/rules | |
parent | dba779d9f99ab2fc6bf05c78515dbdd82840cadd (diff) | |
download | nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.tar.gz nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.tar.bz2 nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.zip |
library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0da6db71a..16a09fb3f 100755 --- a/debian/rules +++ b/debian/rules @@ -81,7 +81,6 @@ override_dh_strip: dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg dh_strip -plibnx-xau6 --dbg-package=libnx-xau6-dbg dh_strip -plibnx-xcomposite1 --dbg-package=libnx-xcomposite1-dbg - dh_strip -plibnx-xdamage1 --dbg-package=libnx-xdamage1-dbg dh_strip -plibnx-xext6 --dbg-package=libnx-xext6-dbg dh_strip -plibnx-xfixes3 --dbg-package=libnx-xfixes3-dbg dh_strip -plibnx-xinerama1 --dbg-package=libnx-xinerama1-dbg |