diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-19 02:57:20 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-24 13:37:31 +0200 |
commit | b537b382d47025ccdf9b6d38ff98f30cf8418126 (patch) | |
tree | bbd65e5502f79840d3bbe1c7ed46f060628e3e39 /scripts/prereq.sh | |
parent | c317530455f95f33711a1ffab287fcd0546603c2 (diff) |
Diffstat (limited to 'scripts/prereq.sh')
-rwxr-xr-x | scripts/prereq.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh index aed832da4..7faee35ae 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -771,10 +771,6 @@ else NEED_STATIC_LIBSTDCXX="$NEED_STATIC_LIBSTDCXX icu4c" fi - if [ -n "$ADK_PACKAGE_XKEYBOARD_CONFIG" ]; then - NEED_XKBCOMP="$NEED_XKBCOMP xkeyboard-config" - fi - if [ -n "$ADK_PACKAGE_FONT_BH_100DPI" ]; then NEED_MKFONTDIR="$NEED_MKFONTDIR font-bh-100dpi" fi @@ -845,13 +841,6 @@ else fi fi - if [ -n "$NEED_XKBCOMP" ]; then - if ! which xkbcomp >/dev/null 2>&1; then - printf "You need xkbcomp to build $NEED_XKBCOMP \n" - out=1 - fi - fi - if [ -n "$NEED_JAVA" ]; then if ! which java >/dev/null 2>&1; then printf "You need java to build $NEED_JAVA \n" |