Home
last modified time | relevance | path

Searched refs:pkg (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh7 pkg-config --libs ncursesw 2>/dev/null && exit
8 pkg-config --libs ncurses 2>/dev/null && exit
24 if pkg-config --cflags ncursesw 2>/dev/null; then
26 elif pkg-config --cflags ncurses 2>/dev/null; then
/busybox-1.35.0/scripts/kconfig/
DMakefile153 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` -ldl
154 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
165 @set -e; echo " CHECK qt"; dir=""; pkg=""; \
166 pkg-config --exists qt 2> /dev/null && pkg=qt; \
167 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
168 if [ -n "$$pkg" ]; then \
169 cflags="\$$(shell pkg-config $$pkg --cflags)"; \
170 libs="\$$(shell pkg-config $$pkg --libs)"; \
171 moc="\$$(shell pkg-config $$pkg --variable=prefix)/bin/moc"; \
172 dir="$$(pkg-config $$pkg --variable=prefix)"; \
[all …]
/busybox-1.35.0/
DMakefile300 PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config
1048 %pkg: FORCE