summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
commitd96c0b112460f4940a8a26617019fbef762ec49e (patch)
treee70daa5dafaa18399d99437dc605c917bee36af2 /scripts
parent3ea82668f719898904b8fc337934c64f8715b2c8 (diff)
use xproto-host
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index cebff9846..5d4a80abc 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -61,10 +61,6 @@ if [[ -n $ADK_NATIVE ]];then
fi
fi
-if [[ -n $ADK_PACKAGE_LIBX11 ]]; then
- NEED_X11="$NEED_X11 libx11"
-fi
-
if [[ -n $ADK_COMPILE_OPENJDK ]]; then
NEED_GXX="$NEED_GXX openjdk"
NEED_XSLTPROC="$NEED_XSLTPROC openjdk"
@@ -209,15 +205,6 @@ if [[ -n $NEED_X11DEV ]];then
fi
fi
-if [[ -n $NEED_X11 ]];then
- if ! test -f /usr/include/X11/X.h >/dev/null; then
- if ! test -f /usr/local/include/X11/X.h >/dev/null; then
- echo >&2 You need X11 headers to build $NEED_X11
- out=1
- fi
- fi
-fi
-
if [[ -n $NEED_XEXTDEV ]];then
if ! test -f /usr/include/X11/extensions/XShm.h >/dev/null; then
echo >&2 You need X11 extensions headers to build $NEED_XEXTDEV