Frogging-Family / mesa-git

Other
46 stars 22 forks source link

Remove DRI3 config from meson #48

Closed abihf closed 1 month ago

abihf commented 2 months ago

As per https://gitlab.freedesktop.org/mesa/mesa/-/commit/8f6fca89aa1812b03da6d9f7fac3966955abc41e DRI3 option was removed, it always enabled.

IroAlexis commented 2 months ago

If you always compile last mesa version, this temporary workaround may be useful to you:

diff --git a/PKGBUILD b/PKGBUILD
index 10819fa..f54478b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -463,7 +463,6 @@ build () {
        -D platforms=${_platforms} \
        -D gallium-drivers=${_gallium_drivers} \
        -D vulkan-drivers=${_vulkan_drivers} \
-       -D dri3=${_enabled_} \
        -D egl=${_enabled_} \
        -D gallium-extra-hud=true \
        -D gallium-nine=true \
@@ -525,7 +524,6 @@ build () {
           -D platforms=${_platforms} \
           -D gallium-drivers=${_gallium_drivers} \
           -D vulkan-drivers=${_vulkan_drivers} \
-          -D dri3=${_enabled_} \
           -D egl=${_enabled_} \
           -D gallium-extra-hud=true \
           -D gallium-nine=true \
IroAlexis commented 1 month ago

@abihf fixed by https://github.com/Frogging-Family/mesa-git/commit/67384d0b661c9b6312901316d4f098cde5d67aca

abihf commented 1 month ago

thanks