Searched full:pkgconfig (Results 1 – 25 of 445) sorted by relevance
12345678910>>...18
| /external/igt-gpu-tools/ |
| D | Dockerfile.fedora | 5 'pkgconfig(libdrm)' \ 6 'pkgconfig(pciaccess)' \ 7 'pkgconfig(libkmod)' \ 8 'pkgconfig(libprocps)' \ 9 'pkgconfig(libunwind)' \ 10 'pkgconfig(libdw)' \ 11 'pkgconfig(pixman-1)' \ 12 'pkgconfig(valgrind)' \ 13 'pkgconfig(cairo)' \ 14 'pkgconfig(libudev)' \ [all …]
|
| /external/python/cffi/testing/cffi1/ |
| D | test_pkgconfig.py | 4 import cffi.pkgconfig as pkgconfig namespace 21 pkgconfig.merge_flags(d1, d2) 30 assert pkgconfig.flags_from_pkgconfig([]) == {} 32 saved = pkgconfig.call 34 pkgconfig.call = mock_call 35 flags = pkgconfig.flags_from_pkgconfig(["foobarbaz"]) 37 pkgconfig.call = saved 60 saved = pkgconfig.subprocess 62 pkgconfig.subprocess = mock_subprocess 65 e = py.test.raises(PkgConfigError, pkgconfig.call, "libfoo", "--cflags") [all …]
|
| /external/curl/m4/ |
| D | curl-nss.m4 | 41 if test "$PKGCONFIG" != "no" ; then 42 addlib=`$PKGCONFIG --libs nss` 43 addcflags=`$PKGCONFIG --cflags nss` 44 version=`$PKGCONFIG --modversion nss` 45 nssprefix=`$PKGCONFIG --variable=prefix nss` 62 NSS_PCDIR="$OPT_NSS/lib/pkgconfig" 65 if test "$PKGCONFIG" != "no" ; then 66 addld=`CURL_EXPORT_PCDIR([$NSS_PCDIR]) $PKGCONFIG --libs-only-L nss` 67 addlib=`CURL_EXPORT_PCDIR([$NSS_PCDIR]) $PKGCONFIG --libs-only-l nss` 68 addcflags=`CURL_EXPORT_PCDIR([$NSS_PCDIR]) $PKGCONFIG --cflags nss` [all …]
|
| D | curl-wolfssl.m4 | 35 wolfpkg="$withval/lib/pkgconfig" 58 if test "$PKGCONFIG" != "no" ; then 60 $PKGCONFIG --libs-only-l wolfssl` 62 $PKGCONFIG --libs-only-L wolfssl` 64 $PKGCONFIG --cflags-only-I wolfssl` 66 $PKGCONFIG --modversion wolfssl`
|
| /external/libcups/config-scripts/ |
| D | cups-startup.m4 | 39 if test "x$PKGCONFIG" = x; then 46 if $PKGCONFIG --exists libsystemd; then 49 ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd` 50 ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd` 51 elif $PKGCONFIG --exists libsystemd-daemon; then 54 ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd-daemon` 55 ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd-daemon` 57 if $PKGCONFIG --exists libsystemd-journal; then 58 ONDEMANDFLAGS="$ONDEMANDFLAGS `$PKGCONFIG --cflags libsystemd-journal`" 59 ONDEMANDLIBS="$ONDEMANDLIBS `$PKGCONFIG --libs libsystemd-journal`" [all …]
|
| D | cups-common.m4 | 82 AC_PATH_TOOL(PKGCONFIG, pkg-config) 219 if test "x$PKGCONFIG" != x; then 222 if $PKGCONFIG --exists libusb-1.0; then 225 CFLAGS="$CFLAGS `$PKGCONFIG --cflags libusb-1.0`" 226 LIBUSB="`$PKGCONFIG --libs libusb-1.0`" 304 if test "x$enable_dbus" != xno -a "x$PKGCONFIG" != x -a "x$host_os_name" != xdarwin; then 306 if $PKGCONFIG --exists dbus-1; then 309 CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1` -DDBUS_API_SUBJECT_TO_CHANGE" 310 SERVERLIBS="$SERVERLIBS `$PKGCONFIG --libs dbus-1`" 312 DBUS_NOTIFIERLIBS="`$PKGCONFIG --libs dbus-1`"
|
| D | cups-dnssd.m4 | 24 if test "x$PKGCONFIG" != x -a x$enable_avahi != xno -a x$host_os_name != xdarwin; then 26 if $PKGCONFIG --exists avahi-client; then 28 CFLAGS="$CFLAGS `$PKGCONFIG --cflags avahi-client`" 29 DNSSDLIBS="`$PKGCONFIG --libs avahi-client`"
|
| D | cups-ssl.m4 | 40 if test $have_ssl = 0 -a "x$enable_gnutls" != "xno" -a "x$PKGCONFIG" != x; then 42 if $PKGCONFIG --exists gnutls; then 44 SSLLIBS=`$PKGCONFIG --libs gnutls` 45 SSLFLAGS=`$PKGCONFIG --cflags gnutls`
|
| /external/oss-fuzz/projects/libcacard/ |
| D | build.sh | 31 cp dist/Debug/lib/pkgconfig/{nspr,nss}.pc 32 sed -i "s/Debug//g" dist/Debug/lib/pkgconfig/nss.pc 33 sed -i "s/\/lib/\/lib\/Debug/g" dist/Debug/lib/pkgconfig/nss.pc 34 sed -i "s/include\/nspr/public\/nss/g" dist/Debug/lib/pkgconfig/nss.pc 35 sed -i "s/NSPR/NSS/g" dist/Debug/lib/pkgconfig/nss.pc 40 sed -i "s/Libs:.*/Libs: -L\${libdir} $LIBS/g" dist/Debug/lib/pkgconfig/nss.pc 41 echo "Requires: nspr" >> dist/Debug/lib/pkgconfig/nss.pc 44 export PKG_CONFIG_PATH=$NSS_NSPR_PATH/dist/Debug/lib/pkgconfig
|
| /external/rust/crates/libz-sys/src/zlib-ng/cmake/ |
| D | detect-install-dirs.cmake | 44 # Determine installation directory for pkgconfig files 46 …L_DIR "${PKGCONFIG_INSTALL_DIR}" CACHE PATH "Installation directory for pkgconfig (.pc) files" FOR… 48 …L_DIR "${INSTALL_PKGCONFIG_DIR}" CACHE PATH "Installation directory for pkgconfig (.pc) files" FOR… 50 …MAKE_INSTALL_FULL_PKGCONFIGDIR}" CACHE PATH "Installation directory for pkgconfig (.pc) files" FOR… 52 …}/${CMAKE_INSTALL_PKGCONFIGDIR}" CACHE PATH "Installation directory for pkgconfig (.pc) files" FOR… 54 …set(PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" CACHE PATH "Installation directory for pk…
|
| /external/angle/build/config/linux/ |
| D | pkg-config.py | 21 # pkgconfig matching the given regular expression will be ignored. You can 31 # CrOS systemroots place pkgconfig files at <systemroot>/usr/share/pkgconfig 32 # and one of <systemroot>/usr/lib/pkgconfig or <systemroot>/usr/lib64/pkgconfig 34 # specify the 'lib' or 'lib64' of the pkgconfig path by defining the 37 # flag is provided, then pkgconfig files are assumed to come from 38 # <systemroot>/usr/lib/pkgconfig. 61 libdir = sysroot + '/usr/' + options.system_libdir + '/pkgconfig' 62 libdir += ':' + sysroot + '/usr/share/pkgconfig' 75 # /path/to/chroot/build/x86-generic/usr/lib/pkgconfig/pkg.pc may have all 203 # pkgconfig returns quoted things with spaces in them, but that doesn't seem
|
| /external/cronet/build/config/linux/ |
| D | pkg-config.py | 21 # pkgconfig matching the given regular expression will be ignored. You can 31 # CrOS systemroots place pkgconfig files at <systemroot>/usr/share/pkgconfig 32 # and one of <systemroot>/usr/lib/pkgconfig or <systemroot>/usr/lib64/pkgconfig 34 # specify the 'lib' or 'lib64' of the pkgconfig path by defining the 37 # flag is provided, then pkgconfig files are assumed to come from 38 # <systemroot>/usr/lib/pkgconfig. 61 libdir = sysroot + '/usr/' + options.system_libdir + '/pkgconfig' 62 libdir += ':' + sysroot + '/usr/share/pkgconfig' 75 # /path/to/chroot/build/x86-generic/usr/lib/pkgconfig/pkg.pc may have all 203 # pkgconfig returns quoted things with spaces in them, but that doesn't seem
|
| /external/harfbuzz_ng/ |
| D | mingw-configure.sh | 23 PKG_CONFIG_LIBDIR=$HOME/.local/$target/lib/pkgconfig:/usr/$target/sys-root/mingw/lib/pkgconfig/ \ 24 PKG_CONFIG_PATH=$HOME/.local/$target/share/pkgconfig:/usr/$target/sys-root/mingw/share/pkgconfig/ \
|
| /external/cronet/third_party/googletest/src/docs/ |
| D | pkgconfig.md | 27 find_package(PkgConfig) 64 installed under `/usr/local/lib64/pkgconfig`. If you set 67 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig 116 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc` 134 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig 148 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
|
| /external/googletest/docs/ |
| D | pkgconfig.md | 27 find_package(PkgConfig) 64 installed under `/usr/local/lib64/pkgconfig`. If you set 67 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig 116 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc` 134 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig 148 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
|
| /external/curl/.github/workflows/ |
| D | ngtcp2-gnutls.yml | 59 PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" LDFLAGS="-Wl,-rpath,$HOME/all/lib" 63 --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 65 … PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" LDFLAGS="-Wl,-rpath,$HOME/all/lib -L$HOME/all/lib" 104 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 120 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 128 ./configure PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig"
|
| D | ngtcp2-quictls.yml | 54 PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" LDFLAGS="-Wl,-rpath,$HOME/all/lib" 58 --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 79 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 95 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 103 ./configure PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig"
|
| D | ngtcp2-wolfssl.yml | 56 PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" LDFLAGS="-Wl,-rpath,$HOME/all/lib" 60 --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 91 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only 107 ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 115 ./configure PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig"
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/docs/ |
| D | Pkgconfig.md | 29 find_package(PkgConfig) 66 installed under `/usr/local/lib64/pkgconfig`. If you set 69 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig 118 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc` 136 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig 150 Elio Pettenò: https://autotools.io/pkgconfig/cross-compiling.html
|
| /external/curl/ |
| D | configure.ac | 828 if test "$PKGCONFIG" != "no" ; then 830 $PKGCONFIG --libs-only-l hyper` 832 $PKGCONFIG --cflags-only-I hyper` 834 $PKGCONFIG --libs-only-L hyper` 1348 if test "$PKGCONFIG" != "no" ; then 1349 LIBS="`$PKGCONFIG --libs-only-l zlib` $LIBS" 1350 LDFLAGS="$LDFLAGS `$PKGCONFIG --libs-only-L zlib`" 1351 CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags-only-I zlib`" 1455 if test "$PKGCONFIG" != "no" ; then 1456 LIB_BROTLI=`$PKGCONFIG --libs-only-l libbrotlidec` [all …]
|
| /external/tcpdump/cmake/Modules/ |
| D | FindPCAP.cmake | 98 find_package(PkgConfig) 126 # Create a list of the possible pkgconfig subfolder (depending on 134 list(APPEND _lib_dirs "lib/${CMAKE_LIBRARY_ARCHITECTURE}/pkgconfig") 140 list(APPEND _lib_dirs "lib32/pkgconfig") 144 list(APPEND _lib_dirs "lib64/pkgconfig") 148 list(APPEND _lib_dirs "libx32/pkgconfig") 153 list(APPEND _lib_dirs "libdata/pkgconfig") 155 list(APPEND _lib_dirs "lib/pkgconfig") 156 list(APPEND _lib_dirs "share/pkgconfig") 159 # pkgconfig path list
|
| /external/angle/third_party/vulkan-deps/spirv-headers/src/tests/pkg_config/ |
| D | CMakeLists.txt | 11 find_package(PkgConfig REQUIRED) 16 PkgConfig::SPIRV_HEADERS 23 message(STATUS "PkgConfig::SPIRV_HEADERS version = ${SPIRV_HEADERS_VERSION}")
|
| /external/libdivsufsort/ |
| D | CMakeLists.txt | 44 …NFIGDIR "" CACHE PATH "Specify the output directory for pkgconfig files (default is lib/pkgconfig)… 46 set(CMAKE_INSTALL_PKGCONFIGDIR "${CMAKE_INSTALL_LIBDIR}/pkgconfig") 86 add_subdirectory(pkgconfig)
|
| /external/curl/docs/ |
| D | HTTP3.md | 64 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 107 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 148 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 315 …/home/daniel/build-quictls/lib/pkgconfig:/home/daniel/build-nghttp3/lib/pkgconfig:/home/daniel/bui…
|
| /external/dtc/libfdt/ |
| D | meson.build | 53 pkgconfig = import('pkgconfig') variable 55 pkgconfig.generate(
|
12345678910>>...18