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.
|
||||
|
||||
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 ..
|
||||
|
|
Loading…
Reference in a new issue