Skip to content

Commit

Permalink
Unbreak with newer webkitgtk4.
Browse files Browse the repository at this point in the history
lwindolf/liferea#767
liferea: fails to build with >=webkit-gtk-2.25.3 in headless environment

Add missing BDEP on devel/gobject-introspection while here.
  • Loading branch information
ajacoutot committed Apr 2, 2022
1 parent b294b05 commit d095223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/liferea/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ MODULES= devel/dconf \

USE_GMAKE= Yes

BUILD_DEPENDS= devel/gobject-introspection

LIB_DEPENDS= devel/json-glib \
devel/libpeas \
textproc/enchant2 \
Expand All @@ -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:
Expand Down

0 comments on commit d095223

Please sign in to comment.