diff options
author | Nova | 2022-04-17 00:46:51 -0400 |
---|---|---|
committer | Nova | 2022-04-17 00:46:51 -0400 |
commit | 45616baabc0774ece949367e500428efc88ffc78 (patch) | |
tree | daff56e22a3234f132e6ed5226b4fc8751aa407e | |
parent | 5d630742dafbd002c68c6d322922329a68013c40 (diff) | |
download | aur-45616baabc0774ece949367e500428efc88ffc78.tar.gz |
Added fusion into this package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ pkgbase = libstardustxr-git - pkgdesc = Client/Server libraries for Stardust XR + pkgdesc = Client/Server libraries for Stardust XR, now including Fusion pkgver = r274.bab53a2 pkgrel = 1 url = https://stardustxr.org/ @@ -5,7 +5,7 @@ _pkgname=libstardustxr pkgver=r274.bab53a2 pkgrel=1 -pkgdesc="Client/Server libraries for Stardust XR" +pkgdesc="Client/Server libraries for Stardust XR, now including Fusion" arch=('x86_64' 'aarch64' 'armv7l') url="https://stardustxr.org/" license=('MIT') @@ -26,7 +26,7 @@ pkgver() { } build() { - arch-meson "libstardustxr" build -Dfusion=false + arch-meson "libstardustxr" build -Dclient=true -Dserver=true -Dfusion=true meson compile -C build } |