Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dqconf-cfg.sh8 PKG5="Qt5Core Qt5Gui Qt5Widgets"
27 if ${HOSTPKG_CONFIG} --exists $PKG5; then
28 ${HOSTPKG_CONFIG} --cflags ${PKG5} > ${cflags}
29 ${HOSTPKG_CONFIG} --libs ${PKG5} > ${libs}
38 echo >&2 "* You need $PKG5 for Qt5"