summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-132.0.6821.2.ebuild
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-11-11 18:31:16 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-11-11 18:31:16 -0500
commit94232d660741504eb0521d026afa1a0494f513b6 (patch)
treebac97baa708bedf56356a07361aff4ed2ef5cf28 /www-client/chromium/chromium-132.0.6821.2.ebuild
parent42558936a8d182f479e82e13c445df2a10cf283c (diff)
downloadppo-94232d660741504eb0521d026afa1a0494f513b6.tar.xz
system libdrm is no longer supported???
Diffstat (limited to 'www-client/chromium/chromium-132.0.6821.2.ebuild')
-rw-r--r--www-client/chromium/chromium-132.0.6821.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/chromium/chromium-132.0.6821.2.ebuild b/www-client/chromium/chromium-132.0.6821.2.ebuild
index ff47f59..758f5e2 100644
--- a/www-client/chromium/chromium-132.0.6821.2.ebuild
+++ b/www-client/chromium/chromium-132.0.6821.2.ebuild
@@ -64,7 +64,6 @@ COMMON_SNAPSHOT_DEPEND="
>=media-libs/libaom-3.4.0:=
)
sys-libs/zlib:=
- x11-libs/libdrm:=
!headless? (
dev-libs/glib:2
>=media-libs/alsa-lib-1.0.19:=
@@ -795,7 +794,8 @@ chromium_configure() {
freetype
# Need harfbuzz_from_pkgconfig target
#harfbuzz-ng
- libdrm
+ #132: system libdrm is not supported???
+ #libdrm
libjpeg
# libwebp
libxml
@@ -989,7 +989,7 @@ chromium_configure() {
myconf_gn+=" use_libpci=false use_udev=false"
myconf_gn+=" enable_print_preview=false"
else
- myconf_gn+=" use_system_libdrm=true"
+ # myconf_gn+=" use_system_libdrm=true"
myconf_gn+=" use_system_minigbm=true"
myconf_gn+=" use_xkbcommon=true"
if use qt5; then