diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:12:51 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-08 10:12:51 +0800 |
| commit | 314a236d500fa6e955d2c057a32726cb26b4184e (patch) | |
| tree | 7b5b9221d75d82de5fbafda42534e79ea4d2fa80 /repos/extra/mesa/abuild | |
| parent | e584a13e1a0ba23863c74a06743557ecd43d4fe6 (diff) | |
| download | alicelinux-314a236d500fa6e955d2c057a32726cb26b4184e.tar.gz alicelinux-314a236d500fa6e955d2c057a32726cb26b4184e.zip | |
mesa: fix abuild
Diffstat (limited to 'repos/extra/mesa/abuild')
| -rw-r--r-- | repos/extra/mesa/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/extra/mesa/abuild b/repos/extra/mesa/abuild index 8f68e683..5835d848 100644 --- a/repos/extra/mesa/abuild +++ b/repos/extra/mesa/abuild @@ -5,6 +5,7 @@ source="https://archive.mesa3d.org/$name-$version.tar.xz" keep_static=1 [ -f $SPM_PKGDB/wayland ] && build_opt="-Dplatforms=wayland" [ -f $SPM_PKGDB/libx11 ] && build_opt="-Dplatforms=x11" +[ -f $SPM_PKGDB/libx11 ] && [ -f $SPM_PKGDB/wayland ] && build_opt="-Dplatforms=wayland,x11" build_opt=" $build_opt -Dgallium-drivers=auto |