cef/bazel/linux/pkg_config
Marshall Greenblatt a6c00b2ff6 bazel: Add initial config for binary distribution (see #3757)
Add support for building the CEF binary distribution using Bazel
and the default platform toolchain. Tested to work for Windows
x64, MacOS ARM64 and x64 (cross-compile from ARM64), and
Linux x64. Windows x86 (cross-compile from x64) is known to
be broken, see https://github.com/bazelbuild/bazel/issues/22164.

Includes minor changes to tests directory structure to meet
Bazel build requirements.
2024-07-28 18:19:47 +00:00
..
BUILD.bazel bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
BUILD.tmpl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
README.cef bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
WORKSPACE bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00
pkg_config.bzl bazel: Add initial config for binary distribution (see #3757) 2024-07-28 18:19:47 +00:00

README.cef

Name: pkg_config
URL: https://github.com/cherrry/bazel_pkg_config
Version: 284219a

Description:
Bazel rules for pkg-config tools.

CEF-specific changes:
- Fix failure with duplicate symlinks.
- Remove `--static` flag from pkg-config invocation.