mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/appstream-glib: Remove useless meson option.
This also fails on newer versions of meson instead of just being a warning. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09eac7ecac
commit
b8d1aa71b7
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=appstream-glib
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _)
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -88,7 +88,6 @@ meson \
|
|||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
-Dgtk-doc=true \
|
||||
-Dstemmer=false \
|
||||
..
|
||||
|
||||
"${NINJA:=ninja}"
|
||||
|
|
Loading…
Reference in a new issue