Explorar el Código

pkg-config is not strictly required

Waldemar Brodkorb hace 2 años
padre
commit
0b78aa7913
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      scripts/prereq.sh

+ 0 - 8
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' ' ')