upgpkg: 1.2.0-3: enable SDL3 for windowing

This commit is contained in:
HurricanePootis 2025-02-24 13:47:46 -06:00
parent 464f39d450
commit 357b8e910b
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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[@]}"