diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-23 10:31:42 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-01 15:17:42 +0200 |
commit | 26bf48bab8f6ca72d20f5375a4cbc02dbefcb359 (patch) | |
tree | 841d688fd3effd4b56a1e6585a8099ba77b29636 /debian/rules | |
parent | b214c73b5a0c6b9d94671bc08e08049441bf9bc6 (diff) | |
download | nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.tar.gz nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.tar.bz2 nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.zip |
library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared library.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index a3979b0fe..2395f43e5 100755 --- a/debian/rules +++ b/debian/rules @@ -56,11 +56,9 @@ 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-xext6 --dbg-package=libnx-xext6-dbg dh_strip -plibxcomp3 --dbg-package=libxcomp3-dbg dh_strip -plibxcompshad3 --dbg-package=libxcompshad3-dbg dh_strip -plibxcompext3 --dbg-package=libxcompext3-dbg dh_strip -pnxagent --dbg-package=nxagent-dbg dh_strip -pnxproxy --dbg-package=nxproxy-dbg - |