diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-08-19 10:50:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-08-19 10:50:13 +0000 |
commit | b1f3421492bf8cda6709bb8d4ea8c24de24646a0 (patch) | |
tree | 38a08f498ac62ed2c0b668466bcc8bad2c9434fc | |
parent | a78af44bdd80f541e55852e4ca691f604a76887a (diff) | |
download | ports-b1f3421492bf8cda6709bb8d4ea8c24de24646a0.tar.gz ports-b1f3421492bf8cda6709bb8d4ea8c24de24646a0.zip |
www/chromium: unbreak with libglvnd
[188/188] LINK gn
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Package gbm was not found in the pkg-config search path.
Perhaps you should add the directory containing `gbm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gbm', required by 'virtual:world', not found
Could not run pkg-config.
See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
pkg_config("libgbm") {
^---------------------
See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
"//third_party/minigbm",
^----------------------
Notes
Notes:
svn path=/head/; revision=545308
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index fa84cd30cbd2..9dda00dd9295 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -83,7 +83,7 @@ DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_me .if !defined(GN_ONLY) CPE_VENDOR= google CPE_PRODUCT= chrome -USE_GL= gl +USE_GL= gbm gl USE_LDCONFIG= ${DATADIR} USE_PERL5= build USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \ |