Home
last modified time | relevance | path

Searched full:pkgconf (Results 1 – 25 of 60) sorted by relevance

123

/external/ltp/
DINSTALL9 …# apt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6…
17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers
23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config
27 pkgconf is recommended also for compilation from tarball as it
153 For correct pkgconf / pkg-config detection you need to set
/external/libopus/
Dmeson.build654 pkgconf = configuration_data() cfgdata
656 pkgconf.set('prefix', join_paths(get_option('prefix')))
657 pkgconf.set('exec_prefix', '${prefix}')
658 pkgconf.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
659 pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
660 pkgconf.set('VERSION', opus_version)
661 pkgconf.set('PC_BUILD', pc_build)
662 pkgconf.set('LIBM', libm.found() ? '-lm' : '')
668 configuration : pkgconf,
674 # configuration : pkgconf,
/external/fsverity-utils/
DMakefile34 # You can also specify custom CC, CFLAGS, CPPFLAGS, LDFLAGS, and/or PKGCONF.
82 PKGCONF ?= pkg-config macro
84 PKGCONF := false macro
107 LDLIBS := $(shell "$(PKGCONF)" libcrypto --libs 2>/dev/null || echo -lcrypto)
108 CFLAGS += $(shell "$(PKGCONF)" libcrypto --cflags 2>/dev/null || echo)
/external/python/cpython3/Modules/
D_uuidmodule.c14 // AIX, FreeBSD, libuuid with pkgconf
17 // libuuid without pkgconf
/external/dtc/
D.cirrus.yml8 pkg install -y bison gmake pkgconf
/external/rust/android-crates-io/crates/libbpf-sys/
DREADME.md27 $ apt-get install git rustc cargo build-essential pkgconf zlib1g-dev libelf-dev
35 $ yum install git rust cargo gcc make pkgconf zlib-devel elfutils-libelf-devel
/external/ltp/android/tools/
DDockerfile7 RUN apt-get update && apt-get install -y python autoconf build-essential libssl-dev pkgconf
/external/libva/.github/workflows/
Dfreebsd.yml18 pkg install -y meson pkgconf libdrm libXext libXfixes wayland
/external/ltp/doc/
Dspelling_wordlist75 pkgconf
/external/libva-utils/.github/workflows/
Dfreebsd.yml32 pkg install -y meson pkgconf libdrm libXext libXfixes wayland
/external/tpm2-tss/
D.cirrus.yml11 - pkg install -y gmake coreutils libtool pkgconf autoconf autoconf-archive
/external/cronet/stable/third_party/cpu_features/src/cmake/ci/docker/toolchain/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/cronet/tot/third_party/cpu_features/src/cmake/ci/docker/toolchain/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/cpu_features/cmake/ci/docker/toolchain/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/harfbuzz_ng/.github/workflows/
Dmacos-ci.yml37 pkgconf
/external/mesa3d/.gitlab-ci/container/
Dcreate-android-cross-file.sh25 pkg-config = ['/usr/bin/pkgconf']
Dcreate-cross-file.sh51 echo "set(ENV{PKG_CONFIG} \"/usr/bin/$GCC_ARCH-pkgconf\")";
/external/rust/android-crates-io/crates/serialport/
DREADME.md114 - Fedora: `sudo dnf install pkgconf-pkg-config`
116 For other distros they may provide `pkg-config` through the `pkgconf` package instead.
/external/cronet/stable/third_party/cpu_features/src/cmake/ci/docker/amd64/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/cronet/tot/third_party/cpu_features/src/cmake/ci/docker/amd64/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/cpu_features/cmake/ci/docker/amd64/
DDockerfile9 ninja-build python3 pkgconf libglib2.0-dev \
/external/flashrom/doc/dev_guide/
Dbuilding_from_source.rst92 build-base meson ninja pkgconf py3-sphinx \
144 meson ninja pkgconf py39-sphinx \
/external/mesa3d/.gitlab-ci/container/debian/
Darm64_build.sh71 pkgconf
Dx86_64_build-base.sh72 pkgconf
/external/libpciaccess/
D.gitlab-ci.yml34 FDO_DISTRIBUTION_PACKAGES: 'git meson ninja gcc pkgconf zlib'

123