mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
muffin: Upgraded to 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d0b3f8c355
commit
7475d6fd2f
1 changed files with 4 additions and 2 deletions
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in a new issue