summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-23 07:41:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-23 07:42:29 +0100
commit0b78aa7913edd71659f8055f52250dff08031fe1 (patch)
treed67a70c2cddcbbc773fca258b5bcd3ebdd71d4fc /scripts
parentec2387e65f6c1b75041c06b33cf0ab3aaef6aa30 (diff)
pkg-config is not strictly required
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prereq.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index d3f4eaa4e..d73ae73f2 100755
--- a/scripts/prereq.sh
+++ b/scripts/prereq.sh
@@ -304,14 +304,6 @@ if ! which git >/dev/null 2>&1; then
fi
printf "found\n"
-printf " ---> checking if pkg-config is installed.. "
-if ! which pkg-config >/dev/null 2>&1; then
- printf "not found\n"
- out=1
-else
- printf "found\n"
-fi
-
printf " ---> checking if ncurses is installed.. "
check_lxdialog=${topdir}/adk/config/lxdialog/check-lxdialog.sh
CURSES_CFLAGS=$(/bin/sh ${check_lxdialog} -ccflags | tr '\n' ' ')