This commit is contained in:
parent
3c73633b9d
commit
cd314076ee
2
debian/rules
vendored
2
debian/rules
vendored
@ -74,7 +74,7 @@ else
|
|||||||
# radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of
|
# radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of
|
||||||
# arches where we have LLVM enabled and where the Vulkan loader is built.
|
# arches where we have LLVM enabled and where the Vulkan loader is built.
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64))
|
ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64))
|
||||||
VULKAN_DRIVERS += amd swrast virtio-experimental
|
VULKAN_DRIVERS += amd swrast virtio nouveau-experimental
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Only enable amd on riscv64, swrast needs CPU JIT support which doesn't work properly yet
|
# Only enable amd on riscv64, swrast needs CPU JIT support which doesn't work properly yet
|
||||||
|
2
main.sh
2
main.sh
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.1.9
|
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.2.1
|
||||||
cp -rvf ./debian ./mesa/
|
cp -rvf ./debian ./mesa/
|
||||||
cd ./mesa
|
cd ./mesa
|
||||||
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Stable/' ./VERSION
|
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Stable/' ./VERSION
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.1.9
|
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.2.1
|
||||||
cp -rvf ./debian ./mesa/
|
cp -rvf ./debian ./mesa/
|
||||||
cd ./mesa
|
cd ./mesa
|
||||||
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Stable/' ./VERSION
|
sed -i ' 1 s/.*/& - PikaOS YellowBirb Mesa Stable/' ./VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user