[Bug 293714] [NEW PORT] graphics/pdfium: PDF rendering and manipulation library
Date: Wed, 15 Apr 2026 18:58:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293714
--- Comment #14 from Dan Langille <dvl@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #11)
> Glib is very likely not a build or run dependency but a library dependency (even > > if it uses dlopen()). There's also a helper for that via USES= gnome
I tried `USE_GNOME= glib20` instead of the depends. It errors with the same
messages which prompted me to add the depends.
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0' not found
Package 'gmodule-2.0' not found
Package 'gobject-2.0' not found
Package 'gthread-2.0' not found
Could not run pkg-config.
See //build/config/linux/BUILD.gn:58:3: whence it was called.
pkg_config("glib") {
^-------------------
See //build/config/compiler/BUILD.gn:355:18: which caused the file to be
included.
configs += [ "//build/config/linux:compiler" ]
^------------------------------
--
You are receiving this mail because:
You are the assignee for the bug.