Home
last modified time | relevance | path

Searched refs:pkgconfig (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/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/python/cffi/testing/cffi1/
Dtest_pkgconfig.py4 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/oss-fuzz/projects/libcacard/
Dbuild.sh31 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
36 …ic -lgcm-aes-x86_c_lib -lhw-acc-crypto-avx -lhw-acc-crypto-avx2 /g" dist/Debug/lib/pkgconfig/nss.pc
37 echo "Requires: nspr" >> dist/Debug/lib/pkgconfig/nss.pc
40 export PKG_CONFIG_PATH=$NSS_NSPR_PATH/dist/Debug/lib/pkgconfig
/external/crosvm/ci/build_environment/
DMakefile79 mkdir -p $(LIB) $(LIB)/pkgconfig
83 ln -sf $(MAKEFILE_DIR)/pkgconfig/libtpm2.pc $(LIB)/pkgconfig/
88 ln -sf $(MAKEFILE_DIR)/pkgconfig/libminijail.pc $(LIB)/pkgconfig/
93 ln -sf $(SRC)/platform/minigbm/gbm.pc $(LIB)/pkgconfig/
98 ln -sf $(BUILD)/virglrenderer/virglrenderer.pc $(LIB)/pkgconfig/
/external/harfbuzz_ng/
Dmingw-configure.sh23 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/ \
DBUILD.md38 sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
42 sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc
/external/llvm-project/polly/lib/External/isl/m4/
Dax_create_pkgconfig_info.m483 AC_MSG_CHECKING(our pkgconfig libname)
92 AC_MSG_CHECKING(our pkgconfig version)
103 pkgconfig_libdir='${libdir}/pkgconfig'
127 AC_MSG_CHECKING(our pkgconfig description)
135 AC_MSG_CHECKING(our pkgconfig requires)
141 AC_MSG_CHECKING(our pkgconfig ext libs)
149 AC_MSG_CHECKING(our pkgconfig cppflags)
155 AC_MSG_CHECKING(our pkgconfig ldflags)
166 AC_MSG_RESULT(generate the pkgconfig later... $PKGCONFIG_generate))
175 AC_MSG_RESULT(noninstalled pkgconfig -L $PKGCONFIG_src_libdir)
[all …]
/external/e2fsprogs/debian/
Dlibext2fs-dev.install8 usr/lib/*/pkgconfig/e2p.pc
9 usr/lib/*/pkgconfig/ext2fs.pc
/external/freetype/builds/unix/
Dinstall.mk40 $(DESTDIR)$(libdir)/pkgconfig \
68 $(DESTDIR)$(libdir)/pkgconfig/freetype2.pc
82 -$(DELETE) $(DESTDIR)$(libdir)/pkgconfig/freetype2.pc
Dpkg.m441 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
88 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
166 # $libdir/pkgconfig, but the default can be changed by passing
170 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
186 # default the directory is $datadir/pkgconfig, but the default can be
190 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
/external/libdivsufsort/
DCMakeLists.txt44 …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/e2fsprogs/
De2fsprogs.spec205 %{_libdir}/pkgconfig/blkid.pc
206 %{_libdir}/pkgconfig/com_err.pc
207 %{_libdir}/pkgconfig/e2p.pc
208 %{_libdir}/pkgconfig/ext2fs.pc
209 %{_libdir}/pkgconfig/ss.pc
210 %{_libdir}/pkgconfig/uuid.pc
/external/wayland/egl/
Dmeson.build31 pkgconfig.generate(
39 pkgconfig.generate(
/external/libepoxy/src/
Dmeson.build92 if gl_dep.found() and gl_dep.type_name() == 'pkgconfig'
95 if build_egl and egl_dep.found() and egl_dep.type_name() == 'pkgconfig'
99 pkg = import('pkgconfig')
/external/oss-fuzz/projects/speex/
Dbuild.sh29 PKG_CONFIG_PATH="$WORK"/lib/pkgconfig ./configure --prefix="$WORK" --enable-static --disable-shared…
34 PKG_CONFIG_PATH="$WORK"/lib/pkgconfig ./configure --prefix="$WORK" --enable-static --disable-shared
/external/selinux/libsepol/src/
DMakefile86 test -d $(DESTDIR)$(LIBDIR)/pkgconfig || install -m 755 -d $(DESTDIR)$(LIBDIR)/pkgconfig
87 install -m 644 $(LIBPC) $(DESTDIR)$(LIBDIR)/pkgconfig
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_pkgconfig.sh83 export PKG_CONFIG_PATH=/usr/local/grpc/lib/pkgconfig
90 export PKG_CONFIG_PATH=/usr/local/grpc/lib/pkgconfig
/external/curl/docs/
DHTTP3.md58 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-…
98 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-…
/external/googletest/docs/
Dpkgconfig.md64 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/fsverity-utils/
DMakefile222 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR)
232 > $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc
233 chmod 644 $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc
240 rm -f $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc
/external/virglrenderer/ci/
Dbuild-container.sh10 …FIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local…
/external/ImageMagick/
DImageMagick.spec.in247 %{_libdir}/pkgconfig/MagickCore.pc
248 %{_libdir}/pkgconfig/MagickCore-7.Q16HDRI.pc
249 %{_libdir}/pkgconfig/ImageMagick.pc
250 %{_libdir}/pkgconfig/ImageMagick-7.Q16HDRI.pc
251 %{_libdir}/pkgconfig/MagickWand.pc
252 %{_libdir}/pkgconfig/MagickWand-7.Q16HDRI.pc
278 %{_libdir}/pkgconfig/Magick++.pc
279 %{_libdir}/pkgconfig/Magick++-7.Q16HDRI.pc
/external/libcap-ng/libcap-ng-0.7/
Dlibcap-ng.spec24 Requires: pkgconfig
70 mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT%{_libdir}
100 %{_libdir}/pkgconfig/libcap-ng.pc
/external/wayland/src/
Dmeson.build47 pkgconfig.generate(
175 pkgconfig.generate(
207 pkgconfig.generate(
/external/wayland/
Dmeson.build81 pkgconfig = import('pkgconfig') variable

12345678910>>...12