Home
last modified time | relevance | path

Searched full:pkgconfig (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/mesa3d/.gitlab-ci/container/fedora/
Dx86_64_build.sh22 "pkgconfig(epoxy)"
23 "pkgconfig(gbm)"
24 "pkgconfig(openssl)"
45 "pkgconfig(LLVMSPIRVLib)"
46 "pkgconfig(SPIRV-Tools)"
47 "pkgconfig(dri2proto)"
48 "pkgconfig(expat)"
49 "pkgconfig(flatbuffers)"
50 "pkgconfig(glproto)"
51 "pkgconfig(libclc)"
[all …]
/external/igt-gpu-tools/
DDockerfile.fedora5 '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/OpenCL-Headers/.github/workflows/
Dwindows.yml141 - name: Consume (PkgConfig - bare MSBuild)
154 -S "${env:GITHUB_WORKSPACE}\tests\pkgconfig\bare" `
155 -B "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare"
158 --build "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare" `
166 - name: Consume (PkgConfig - bare Ninja)
185 -S "${env:GITHUB_WORKSPACE}\tests\pkgconfig\bare" `
186 -B "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare"
189 --build "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare" `
201 - name: Consume (PkgConfig - SDK MSBuild)
214 -S "${env:GITHUB_WORKSPACE}\tests\pkgconfig\sdk" `
[all …]
/external/libcups/config-scripts/
Dcups-startup.m439 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 …]
Dcups-dnssd.m424 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`"
Dcups-common.m482 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`"
Dcups-ssl.m440 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/curl/.github/workflows/
Dhttp3-linux.yml188 PKG_CONFIG_PATH="$PWD/build/lib/pkgconfig" \
201 …_CONFIG_PATH="$HOME/quictls/build/lib/pkgconfig:$HOME/gnutls/build/lib/pkgconfig:$HOME/wolfssl/bui…
213 …_CONFIG_PATH="$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/bui…
229 …ME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:…
237 …OME/gnutls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:…
245 …ME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:…
254 …ME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:…
262 PKG_CONFIG_PATH: '$HOME/openssl/build/lib64/pkgconfig'
/external/cronet/stable/build/config/linux/
Dpkg-config.py21 # 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/tot/build/config/linux/
Dpkg-config.py21 # 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/angle/build/config/linux/
Dpkg-config.py21 # 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/OpenCL-ICD-Loader/.github/workflows/
Dpresubmit.yml153 -S $GITHUB_WORKSPACE/test/pkgconfig/bare
197 -S $GITHUB_WORKSPACE/test/pkgconfig/bare
220 …IG_PATH="$GITHUB_WORKSPACE/install/lib/pkgconfig:$GITHUB_WORKSPACE/external/OpenCL-Headers/install…
426 -S "${env:GITHUB_WORKSPACE}\test\pkgconfig\bare" `
427 -B "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare"
436 --build "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare" `
439 & cd ${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare
461 -S "${env:GITHUB_WORKSPACE}\test\pkgconfig\bare" `
462 -B "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare"
471 --build "${env:GITHUB_WORKSPACE}\downstream\pkgconfig\bare" `
[all …]
/external/OpenCL-CLHPP/.github/workflows/
Dwindows.yml161 …iverStub.dll -B %GITHUB_WORKSPACE%/build/downstream/bare -S %GITHUB_WORKSPACE%/tests/pkgconfig/bare
162 %CMAKE_EXE% --build %GITHUB_WORKSPACE%/tests/pkgconfig/bare --config Release
163 %CMAKE_EXE% --build %GITHUB_WORKSPACE%/tests/pkgconfig/bare --config Debug
164 cd %GITHUB_WORKSPACE%/tests/pkgconfig/bare
175 …iverStub.dll -B %GITHUB_WORKSPACE%/build/downstream/bare -S %GITHUB_WORKSPACE%/tests/pkgconfig/bare
176 %CMAKE_EXE% --build %GITHUB_WORKSPACE%/tests/pkgconfig/bare --config Release
177 %CMAKE_EXE% --build %GITHUB_WORKSPACE%/tests/pkgconfig/bare --config Debug
178 cd %GITHUB_WORKSPACE%/tests/pkgconfig/bare
191 …iverStub.dll -B %GITHUB_WORKSPACE%/build/downstream/bare -S %GITHUB_WORKSPACE%/tests/pkgconfig/bare
192 %CMAKE_EXE% --build %GITHUB_WORKSPACE%/tests/pkgconfig/bare --config Release
[all …]
/external/angle/scripts/
Dinstall_target.py16 each library under $CUSTOM_PREFIX/lib/pkgconfig, therefore ANGLE libraries can be
20 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$CUSTOM_PREFIX/lib/pkgconfig
60 """Generates a string that can be used for the `Libs:` entry of a pkgconfig file"""
74 """Generates a pkgconfig file for the current target"""
87 lib_pkgconfig_path = os.path.join(prefix, 'lib/pkgconfig')
101 - the pkgconfig file for current target if name is set"""
117 help='Name of the target (e.g., EGL or GLESv2). Set it to generate a pkgconfig file',
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/
Dpkgconfig.md22 find_package(PkgConfig)
60 installed under `/usr/local/lib64/pkgconfig`. If you set
63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
130 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/external/cronet/stable/third_party/googletest/src/docs/
Dpkgconfig.md22 find_package(PkgConfig)
60 installed under `/usr/local/lib64/pkgconfig`. If you set
63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
130 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/external/cronet/tot/third_party/googletest/src/docs/
Dpkgconfig.md22 find_package(PkgConfig)
60 installed under `/usr/local/lib64/pkgconfig`. If you set
63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
130 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/
Dpkgconfig.md22 find_package(PkgConfig)
60 installed under `/usr/local/lib64/pkgconfig`. If you set
63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
130 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/external/googletest/docs/
Dpkgconfig.md22 find_package(PkgConfig)
60 installed under `/usr/local/lib64/pkgconfig`. If you set
63 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
130 export PKG_CONFIG_LIBDIR=${PKG_CONFIG_SYSROOT_DIR}/usr/lib64/pkgconfig
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/external/crosvm/rutabaga_gfx/
Dbuild.rs75 /// Builds from pinned commit as static library and probes the generated pkgconfig file to emit
117 // write out a custom pkgconfig in build_and_probe_minigbm()
135 // let pkg_config crate configure the cargo link metadata according to the custom pkgconfig in build_and_probe_minigbm()
145 pkg_config::probe_library("gbm").context("pkgconfig failed to find gbm")?; in minigbm()
154 /// Builds from pinned commit as static library and probes the generated pkgconfig file to emit
175 // Ensures minigbm is available and that it's pkgconfig is locatable in build_and_probe_virglrenderer()
213 let pkg_config_path = install_prefix.join("lib/pkgconfig"); in build_and_probe_virglrenderer()
216 // let pkg_config crate configure the cargo link metadata according to the generated pkgconfig in build_and_probe_virglrenderer()
229 // Use virglrenderer package from pkgconfig on ChromeOS builds in virglrenderer()
234 .context("pkgconfig failed to find virglrenderer")?; in virglrenderer()
/external/sandboxed-api/contrib/woff2/
DCMakeLists.txt31 find_package(PkgConfig REQUIRED)
39 PkgConfig::WOFF2_ENC
40 PkgConfig::WOFF2_DEC
41 PkgConfig::WOFF2_COMMON
/external/angle/third_party/spirv-headers/src/tests/pkg_config/
DCMakeLists.txt11 find_package(PkgConfig REQUIRED)
16 PkgConfig::SPIRV_HEADERS
23 message(STATUS "PkgConfig::SPIRV_HEADERS version = ${SPIRV_HEADERS_VERSION}")
/external/swiftshader/third_party/SPIRV-Headers/tests/pkg_config/
DCMakeLists.txt11 find_package(PkgConfig REQUIRED)
16 PkgConfig::SPIRV_HEADERS
23 message(STATUS "PkgConfig::SPIRV_HEADERS version = ${SPIRV_HEADERS_VERSION}")
/external/deqp-deps/SPIRV-Headers/tests/pkg_config/
DCMakeLists.txt11 find_package(PkgConfig REQUIRED)
16 PkgConfig::SPIRV_HEADERS
23 message(STATUS "PkgConfig::SPIRV_HEADERS version = ${SPIRV_HEADERS_VERSION}")
/external/curl/m4/
Dcurl-wolfssl.m435 wolfpkg="$withval/lib/pkgconfig"
59 if test "$PKGCONFIG" != "no" ; then
61 $PKGCONFIG --libs-only-l wolfssl`
63 $PKGCONFIG --libs-only-L wolfssl`
65 $PKGCONFIG --cflags-only-I wolfssl`
67 $PKGCONFIG --modversion wolfssl`

12345678910>>...22