Follow d45b4813b1 and allow to build `www/webkit2-gtk3' without

GStreamer support.
This commit is contained in:
Alexey Dokuchaev
2021-04-25 08:57:59 +00:00
parent 9b1daa854f
commit 011d5635a2

View File

@@ -41,7 +41,6 @@ USES= bison cmake compiler:c++14-lang gettext gl gnome gperf \
sqlite tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
USE_GL= gl egl glesv2
USE_GSTREAMER1= bad gl
USE_LDCONFIG= yes
USE_PERL5= build
USE_RUBY= yes
@@ -67,8 +66,8 @@ INSTALL_TARGET= install
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
OPTIONS_DEFINE= DEBUG GEOIP WAYLAND
OPTIONS_DEFAULT= GEOIP WAYLAND
OPTIONS_DEFINE= DEBUG GEOIP GSTREAMER WAYLAND
OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND
OPTIONS_SUB= yes
# Building WebKit with debugging symbols requires ar and ld with
@@ -89,6 +88,9 @@ GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION
GEOIP_BUILD_DEPENDS= geoclue>=2.4.3:net/geoclue
GEOIP_RUN_DEPENDS= geoclue>=2.4.3:net/geoclue
GSTREAMER_USE= GSTREAMER1=bad,gl
GSTREAMER_CMAKE_BOOL= ENABLE_VIDEO ENABLE_WEB_AUDIO
WAYLAND_CMAKE_BOOL= ENABLE_WAYLAND_TARGET
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \
libwpe-1.0.so:www/libwpe \