diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 19:55:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 20:09:19 +0100 |
commit | 27e06a5e2999e4c68d0292c3f4213c956625593d (patch) | |
tree | 702eee3d1fc99fe5e45cf4ba86c781e5c6a165fe /debian/rules | |
parent | 96e1f867d8cbc76d1b2ed493ec05ef5f5ec48494 (diff) | |
download | nx-libs-27e06a5e2999e4c68d0292c3f4213c956625593d.tar.gz nx-libs-27e06a5e2999e4c68d0292c3f4213c956625593d.tar.bz2 nx-libs-27e06a5e2999e4c68d0292c3f4213c956625593d.zip |
library clean-up: Don't build libNX_Xcomposite anymore. Use system's libXcomposite shared library.
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 b78855033..791b99cf3 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,6 @@ override_dh_auto_build: 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-xext6 --dbg-package=libnx-xext6-dbg dh_strip -plibnx-xfixes3 --dbg-package=libnx-xfixes3-dbg dh_strip -plibnx-xinerama1 --dbg-package=libnx-xinerama1-dbg |