mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
atril: move webkitgtk check.
Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
parent
264c2fc470
commit
0ae3d201f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue