diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-23 07:41:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-23 07:42:29 +0100 |
commit | 0b78aa7913edd71659f8055f52250dff08031fe1 (patch) | |
tree | d67a70c2cddcbbc773fca258b5bcd3ebdd71d4fc | |
parent | ec2387e65f6c1b75041c06b33cf0ab3aaef6aa30 (diff) |
pkg-config is not strictly required
-rwxr-xr-x | scripts/prereq.sh | 8 |
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' ' ') |