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