diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-06-29 09:40:21 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-29 09:01:34 +0700 |
commit | b8d1aa71b700f9210200338628314a41f88fe8e9 (patch) | |
tree | a6fd8468ac9f7a8a432945c5d1c89d5d48f3156e | |
parent | 09eac7ecac731269d3d47368c236602535c406cb (diff) |
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>
-rw-r--r-- | libraries/appstream-glib/appstream-glib.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/appstream-glib/appstream-glib.SlackBuild b/libraries/appstream-glib/appstream-glib.SlackBuild index 5e52c16733ce..18962a929c00 100644 --- a/libraries/appstream-glib/appstream-glib.SlackBuild +++ b/libraries/appstream-glib/appstream-glib.SlackBuild @@ -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}" |