Home
last modified time | relevance | path

Searched refs:pkg_config (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/linux/config/
DBUILD.gn5 import("//build/config/linux/pkg_config.gni")
7 pkg_config("gtk3") {
11 pkg_config("x11") {
/third_party/skia/third_party/externals/angle2/third_party/minigbm/
DBUILD.gn5 import("${skia_root_dir}/build/config/linux/pkg_config.gni")
7 pkg_config("libgbm") {
/third_party/flutter/skia/third_party/externals/angle2/third_party/minigbm/
DBUILD.gn5 import("//build/config/linux/pkg_config.gni")
7 pkg_config("libgbm") {
/third_party/json/benchmarks/thirdparty/benchmark/src/
DCMakeLists.txt65 set(pkg_config "${generated_dir}/${PROJECT_NAME}.pc") variable
76 configure_file("${PROJECT_SOURCE_DIR}/cmake/benchmark.pc.in" "${pkg_config}" @ONLY)
98 FILES "${pkg_config}"
/third_party/wayland_standard/protocol/
Dgenerate-shm-formats.py20 pkg_config = os.getenv("PKG_CONFIG", "pkg-config") variable
23 version = subprocess.check_output([pkg_config, "libdrm",
25 cflags = subprocess.check_output([pkg_config, "libdrm",
/third_party/cef/patch/patches/
Dlinux_atk_1123214.patch18 @@ -6,7 +6,7 @@ import("//build/config/linux/pkg_config.gni")
26 pkg_config("atspi2") {
/third_party/benchmark/src/
DCMakeLists.txt71 set(pkg_config "${generated_dir}/${PROJECT_NAME}.pc") variable
90 configure_file("${PROJECT_SOURCE_DIR}/cmake/benchmark.pc.in" "${pkg_config}" @ONLY)
118 FILES "${pkg_config}"
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBUILD.gn10 import("${skia_root_dir}/build/config/linux/pkg_config.gni")
167 pkg_config("libdrm") {
/third_party/node/
Dconfigure.py755 def pkg_config(pkg): function
759 pkg_config = os.environ.get('PKG_CONFIG', 'pkg-config')
770 proc = subprocess.Popen(shlex.split(pkg_config) + args,
1275 (pkg_libs, pkg_cflags, pkg_libpath, _) = pkg_config(pkgname or lib)
1521 pkgicu = pkg_config('icu-i18n')
/third_party/flutter/skia/third_party/externals/angle2/
DBUILD.gn6 import("//build/config/linux/pkg_config.gni")
42 pkg_config("libdrm") {
/third_party/ffmpeg/
Dconfigure1446 test_cmd $pkg_config --exists --print-errors $pkg_version || return
1447 pkg_cflags=$($pkg_config --cflags $pkg_config_flags $pkg)
1448 pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg)
4362 set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
4368 if ! $pkg_config --version >/dev/null 2>&1; then
4369 warn "$pkg_config not found, library detection may fail."
4370 pkg_config=false
4371 elif is_in -static $cc $LDFLAGS && ! is_in --static $pkg_config $pkg_config_flags; then
/third_party/cef/
DBUILD.gn121 import("//build/config/linux/pkg_config.gni")
1990 pkg_config("glib") {
1996 pkg_config("gtk") {
/third_party/skia/third_party/externals/angle2/
DBUILD.gn8 import("${skia_root_dir}/build/config/linux/pkg_config.gni")
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch7838 pkg_config("glib") {