diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:44:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:44:02 +0800 |
| commit | 9c3f85c5d2047d5033657aa33d231d17a7888abd (patch) | |
| tree | 8d680bbac8573e62217205f7a142b156bf6b1d81 /repos/extra/libplacebo/abuild | |
| parent | 0a0ee997d47fbe4dcfa67b19e6193f8689124b17 (diff) | |
| download | alicelinux-9c3f85c5d2047d5033657aa33d231d17a7888abd.tar.gz alicelinux-9c3f85c5d2047d5033657aa33d231d17a7888abd.zip | |
libplacebo: drop dependency vulkan-headers
Diffstat (limited to 'repos/extra/libplacebo/abuild')
| -rw-r--r-- | repos/extra/libplacebo/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/libplacebo/abuild b/repos/extra/libplacebo/abuild index bbdd5e23..f35779fb 100644 --- a/repos/extra/libplacebo/abuild +++ b/repos/extra/libplacebo/abuild @@ -1,6 +1,7 @@ name=libplacebo version=7.349.0 -release=1 -source="https://github.com/haasn/${name}/archive/v${version}/${name}-${version}.tar.gz" +release=2 +source="https://github.com/haasn/${name}/archive/v${version}/${name}-${version}.tar.gz + no-vulkan-headers.patch" build_opt="-Ddemos=false" |