Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Fix webkit2gtk version in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Dec 21, 2014
1 parent 23ec57c commit 7330b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ dnl ###########################################################################
PKG_CHECK_MODULES(GREETER, [
liblightdm-gobject-1
gtk+-3.0
webkit2gtk-3.0
webkit2gtk-4.0
dbus-glib-1
])

PKG_CHECK_MODULES(WEB_EXTENSION, [webkit2gtk-3.0 >= 2.0.0])
PKG_CHECK_MODULES(WEB_EXTENSION, [webkit2gtk-4.0 >= 2.0.0])
AC_SUBST(WEB_EXTENSION_CFLAGS)
AC_SUBST(WEB_EXTENSION_LIBS)

Expand Down

0 comments on commit 7330b39

Please sign in to comment.