Searched refs:pkgconfig (Results 1 – 25 of 215) sorted by relevance
123456789
/third_party/skia/third_party/externals/harfbuzz/ |
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/ \
|
/third_party/libcoap/examples/ |
D | share.libcoap.examples.Makefile | 31 pkgconfig=$(shell pkg-config $(1) $(2)) 33 CPPFLAGS=-D_GNU_SOURCE $(WARNING_CFLAGS) $(call pkgconfig,--cflags,$(LIBCOAP)) 35 LDLIBS=$(call pkgconfig,--libs-only-l,$(LIBCOAP)) 36 libdirs=$(call pkgconfig,--libs-only-L,$(LIBCOAP))
|
/third_party/grpc/ |
D | grpc.spec | 12 Patch0006: repair-pkgconfig-path.patch 19 BuildRequires: gcc-c++ pkgconfig protobuf-devel protobuf-compiler 23 BuildRequires: pkgconfig(re2) 36 Requires: pkgconfig(re2) 80 -DgRPC_INSTALL_PKGCONFIGDIR=%{buildroot}%{_libdir}/pkgconfig \ 133 %{_libdir}/pkgconfig/*
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | install.mk | 40 $(DESTDIR)$(libdir)/pkgconfig \ 68 $(DESTDIR)$(libdir)/pkgconfig/freetype2.pc 82 -$(DELETE) $(DESTDIR)$(libdir)/pkgconfig/freetype2.pc
|
D | pkg.m4 | 41 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'])])
|
/third_party/googletest/docs/ |
D | pkgconfig.md | 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>
|
/third_party/selinux/libsepol/src/ |
D | Makefile | 92 test -d $(DESTDIR)$(LIBDIR)/pkgconfig || install -m 755 -d $(DESTDIR)$(LIBDIR)/pkgconfig 93 install -m 644 $(LIBPC) $(DESTDIR)$(LIBDIR)/pkgconfig
|
/third_party/libcoap/ |
D | HOWTO.dual.gnutls | 38 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --libdir=/usr/local/lib \ 71 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-included-unistring \ 92 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --libdir=/usr/lib64 \
|
/third_party/fsverity-utils/ |
D | Makefile | 263 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR) 273 > $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc 274 chmod 644 $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc 285 rm -f $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc
|
/third_party/ltp/ |
D | build.sh | 70 for dir in /usr/lib/i386-linux-gnu/pkgconfig \ 71 /usr/lib32/pkgconfig /usr/lib/pkgconfig; do
|
/third_party/curl/docs/ |
D | HTTP3.md | 72 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 115 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 156 …% ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-… 385 …/home/daniel/build-quictls/lib/pkgconfig:/home/daniel/build-nghttp3/lib/pkgconfig:/home/daniel/bui…
|
/third_party/lz4/contrib/meson/meson/ |
D | meson.build | 13 pkgconfig = import('pkgconfig') variable
|
/third_party/node/deps/cares/m4/ |
D | pkg.m4 | 72 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 123 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 223 dnl $libdir/pkgconfig, but the default can be changed by passing 227 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) 245 dnl default the directory is $datadir/pkgconfig, but the default can be 249 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
D | x86_build-mingw-patch.sh | 36 PKG_CONFIG_LIBDIR=/usr/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/share/pkgconfig pkg…
|
/third_party/bzip2/ |
D | bzip2.spec | 73 mkdir -p %{buildroot}%{_libdir}/pkgconfig 74 install -m 0644 bzip2.pc %{buildroot}%{_libdir}/pkgconfig/ 95 %{_libdir}/pkgconfig/
|
/third_party/lz4/lib/ |
D | Makefile | 166 PKGCONFIGDIR ?= $(prefix)/libdata/pkgconfig 168 PKGCONFIGDIR ?= $(libdir)/pkgconfig 173 @echo creating pkgconfig
|
/third_party/ntfs-3g/ |
D | configure.ac | 321 …pkgconfig:/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfi… 599 pkgconfigdir="\$(libdir)/pkgconfig"
|
/third_party/skia/third_party/externals/icu/source/ |
D | aclocal.m4 | 86 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 137 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 237 dnl $libdir/pkgconfig, but the default can be changed by passing 241 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) 259 dnl default the directory is $datadir/pkgconfig, but the default can be 263 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
|
D | Makefile.in | 179 install-pkgconfig: $(ALL_PKGCONFIG_FILES) 180 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig 181 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/ 191 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig 192 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
|
/third_party/icu/icu4c/source/ |
D | Makefile.in | 179 install-pkgconfig: $(ALL_PKGCONFIG_FILES) 180 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig 181 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/ 191 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig 192 $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
|
D | aclocal.m4 | 140 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 191 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 291 dnl $libdir/pkgconfig, but the default can be changed by passing 295 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) 313 dnl default the directory is $datadir/pkgconfig, but the default can be 317 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
|
/third_party/ffmpeg/ffbuild/ |
D | library.mak | 41 install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig 98 install-lib$(NAME)-pkgconfig: $(SUBDIR)lib$(FULLNAME).pc 114 uninstall-pkgconfig::
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | makefile.cegcc | 57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig 84 cp $(PACKAGE)/$$i $(PACKAGE)-dev/lib/pkgconfig; \
|
/third_party/glib/ |
D | glib2.spec | 85 BuildRequires: systemtap-sdt-devel pkgconfig(libelf) pkgconfig(libffi) 86 BuildRequires: pkgconfig(libpcre2-8) pkgconfig(mount) pkgconfig(zlib)
|
/third_party/nghttp2/docker/ |
D | Dockerfile | 33 PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig" && \ 61 PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig" && \
|
123456789