mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
upgpkg: 1.2.0-3: enable SDL3 for windowing
This commit is contained in:
parent
464f39d450
commit
357b8e910b
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mcpelauncher-linux
|
||||
pkgdesc = Minecraft: Pocket Edition launcher for Linux
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/minecraft-linux/mcpelauncher-manifest
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
pkgbase=mcpelauncher-linux
|
||||
pkgname=('mcpelauncher-linux' 'lib32-mcpelauncher-linux')
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Minecraft: Pocket Edition launcher for Linux"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/minecraft-linux/mcpelauncher-manifest"
|
||||
|
|
@ -137,6 +137,7 @@ build() {
|
|||
-DCMAKE_CXX_COMPILER=clang++
|
||||
-DCMAKE_BUILD_TYPE=None
|
||||
-DENABLE_DEV_PATHS=OFF
|
||||
-DGAMEWINDOW_SYSTEM=SDL3
|
||||
-Wno-dev
|
||||
)
|
||||
cmake -B build "${_args[@]}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue