atril: move webkitgtk check.

Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
willysr 2014-10-28 04:33:15 +07:00
parent 264c2fc470
commit 0ae3d201f0

View file

@ -59,8 +59,6 @@ else
LIBDIRSUFFIX=""
fi
set -e
# check webkitgtk existence
webkit=`pkg-config --exists webkit-1.0`
if [ $webkit -eq 0 ]; then
@ -69,6 +67,8 @@ else
epub="--disable-epub"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP