summaryrefslogtreecommitdiff
path: root/libraries/webkitgtk3/webkitgtk3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/webkitgtk3/webkitgtk3.SlackBuild')
-rw-r--r--libraries/webkitgtk3/webkitgtk3.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild
index 58ac93465f..0061a073bc 100644
--- a/libraries/webkitgtk3/webkitgtk3.SlackBuild
+++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild
@@ -26,11 +26,11 @@
PRGNAM=webkitgtk3
-VERSION=${VERSION:-1.8.3}
+VERSION=${VERSION:-1.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=webkit
+SRCNAM=webkitgtk
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -77,6 +77,8 @@ find . \
# Check if geoclue is there
if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi
+LIBS="-lrt" \
+CPPFLAGS="-I/usr/include/pango-1.0" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \