Unbreak with newer webkitgtk4.

https://github.com/lwindolf/liferea/issues/767
liferea: fails to build with >=webkit-gtk-2.25.3 in headless environment

Add missing BDEP on devel/gobject-introspection while here.
This commit is contained in:
ajacoutot 2022-04-02 10:09:59 +00:00
parent b294b055e8
commit d0952232b2

View File

@ -42,6 +42,8 @@ MODULES= devel/dconf \
USE_GMAKE= Yes
BUILD_DEPENDS= devel/gobject-introspection
LIB_DEPENDS= devel/json-glib \
devel/libpeas \
textproc/enchant2 \
@ -59,6 +61,9 @@ CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/liferea
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# https://github.com/lwindolf/liferea/issues/767
MAKE_ENV += WEBKIT_DISABLE_COMPOSITING_MODE=1
FAKE_FLAGS= htmldocdir="${PREFIX}/share/doc/liferea/html"
post-install: