diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-01 15:57:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-20 12:16:15 +0200 |
commit | e9dcab679cb686b25df921c2c233198cb9dcfbb8 (patch) | |
tree | 622e3dc0cf971d4962eecac6dc27ae3a245afb72 /debian/rules | |
parent | 24903c921fcab7143d48ca9ba1f47cd8d6696fb5 (diff) | |
download | nx-libs-e9dcab679cb686b25df921c2c233198cb9dcfbb8.tar.gz nx-libs-e9dcab679cb686b25df921c2c233198cb9dcfbb8.tar.bz2 nx-libs-e9dcab679cb686b25df921c2c233198cb9dcfbb8.zip |
library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr 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 16a09fb3f..682c5dab8 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,6 @@ override_dh_strip: 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 - dh_strip -plibnx-xrandr2 --dbg-package=libnx-xrandr2-dbg dh_strip -plibnx-xrender1 --dbg-package=libnx-xrender1-dbg dh_strip -plibnx-xtst6 --dbg-package=libnx-xtst6-dbg dh_strip -plibxcomp3 --dbg-package=libxcomp3-dbg |