muffin: Upgraded to 6.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-12-10 23:17:16 +07:00
parent d0b3f8c355
commit 7475d6fd2f

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=muffin
VERSION=${VERSION:-5.8.0}
VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -88,7 +88,9 @@ cd build
--sysconfdir=/etc \
-Dstrip=true \
-Dprofiler=false \
-Ddefault_driver=gles2
-Dwayland=true \
-Dnative_backend=true \
-Ddefault_driver=auto
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..