Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A DMakefile218 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
219 || pkg-config --libs menu panel ncurses 2>/dev/null \
229 @set -e; $(kecho) " CHECK qt"; dir=""; pkg=""; \
230 if ! pkg-config --exists QtCore 2> /dev/null; then \
232 pkg-config --exists qt 2> /dev/null && pkg=qt; \
233 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
234 if [ -n "$$pkg" ]; then \
235 cflags="\$$(shell pkg-config $$pkg --cflags)"; \
236 libs="\$$(shell pkg-config $$pkg --libs)"; \
238 dir="$$(pkg-config $$pkg --variable=prefix)"; \
[all …]
/xen-4.10.0-shim-comet/m4/
A Dpkg.m41 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
2 # serial 1 (pkg-config-0.24)
30 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
35 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
39 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
117 and $1[]_LIBS to avoid the need to call pkg-config.
118 See the pkg-config man page for more details.])
146 path to pkg-config.
150 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
190 [pkg-config installation directory @<:@]pkg_default[@:>@])
[all …]
A DREADME.source13 pkg.m4
15 The pkg-config m4 macro library comes from the upstream pkg-config
18 on how to use this read the pkg-config(1) man page.
23 [0]: git://anongit.freedesktop.org/pkg-config
A Dsystemd.m447 dnl pkg-config older than 0.24 does not set these for
49 dnl of systemd pkg-config --cflags currently yields no extra flags yet.
64 dnl pkg-config pkg.m4 with an AC_DEFUN() to do this neatly.
A Docaml.m4172 unset pkg
174 for pkg in $1 $2 ; do
175 if $OCAMLFIND query $pkg >/dev/null 2>/dev/null; then
177 AS_TR_SH([OCAML_PKG_$1])=$pkg
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A 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
/xen-4.10.0-shim-comet/tools/golang/
A DMakefile27 $(RM) -r src pkg
/xen-4.10.0-shim-comet/tools/golang/xenlight/
A DMakefile47 $(RM) $(XEN_GOPATH)/pkg/*/$(XEN_GOCODE_URL)/xenlight.a
/xen-4.10.0-shim-comet/tools/
A DMakefile3 export PKG_CONFIG_DIR = $(CURDIR)/pkg-config
87 rm -rf pkg-config
235 PKG_CONFIG_PATH=$(XEN_ROOT)/tools/pkg-config \
A DRules.mk256 PKG_CONFIG_DIR ?= $(XEN_ROOT)/tools/pkg-config
A Dconfigure1578 PKG_CONFIG path to pkg-config utility
1580 directories to add to pkg-config's search path
1583 glib_CFLAGS C compiler flags for glib, overriding pkg-config
1584 glib_LIBS linker flags for glib, overriding pkg-config
1586 C compiler flags for pixman, overriding pkg-config
1587 pixman_LIBS linker flags for pixman, overriding pkg-config
1589 C compiler flags for LIBNL3, overriding pkg-config
1590 LIBNL3_LIBS linker flags for LIBNL3, overriding pkg-config
1594 linker flags for SYSTEMD, overriding pkg-config
7852 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
[all …]
A Dconfigure.ac67 m4_include([../m4/pkg.m4])
/xen-4.10.0-shim-comet/
A D.travis.yml54 - pkg-config
A D.gitignore86 stubdom/pkg-config/*
229 tools/pkg-config/*
A DREADME59 * pkg-config
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py547 pkg = dir[self._plen:].replace(os.sep, '.')
549 __import__(pkg)
554 print "skipping %s because: %s" % (pkg, e)
/xen-4.10.0-shim-comet/stubdom/
A DMakefile6 export PKG_CONFIG_DIR = $(CURDIR)/pkg-config
673 rm -fr pkg-config

Completed in 27 milliseconds