Home
last modified time | relevance | path

Searched refs:PKG (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
A Dgconf-cfg.sh4 PKG="gtk+-2.0 gmodule-2.0 libglade-2.0"
13 if ! pkg-config --exists $PKG; then
17 echo >&2 "* You need $PKG"
29 echo cflags=\"$(pkg-config --cflags $PKG)\"
30 echo libs=\"$(pkg-config --libs $PKG)\"
A Dqconf-cfg.sh4 PKG="Qt5Core Qt5Gui Qt5Widgets"
13 if pkg-config --exists $PKG; then
14 echo cflags=\"-std=c++11 -fPIC $(pkg-config --cflags $PKG)\"
15 echo libs=\"$(pkg-config --libs $PKG)\"
A Dnconf-cfg.sh4 PKG="ncursesw menuw panelw"
8 if pkg-config --exists $PKG; then
9 echo cflags=\"$(pkg-config --cflags $PKG)\"
10 echo libs=\"$(pkg-config --libs $PKG)\"
A Dmconf-cfg.sh4 PKG="ncursesw"
8 if pkg-config --exists $PKG; then
9 echo cflags=\"$(pkg-config --cflags $PKG)\"
10 echo libs=\"$(pkg-config --libs $PKG)\"
/linux/Documentation/firmware-guide/acpi/
A Dlpit.rst18 - CPU PKG C10 (Read via FFH interface)
28 by the CPU package in PKG C10
33 PKG C10 and all functional blocks in PCH are in a low power state.

Completed in 7 milliseconds