From 8d80bba307cb7c1f492e48d94a5422e95825ca74 Mon Sep 17 00:00:00 2001 From: yanansong Date: Tue, 17 Oct 2023 01:43:39 +0000 Subject: [PATCH] enable ohos for fangtian Signed-off-by: yanansong --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index be2a78a..e2005e0 100644 --- a/mesa.spec +++ b/mesa.spec @@ -308,7 +308,7 @@ sed -i -e 's/cpp_std=gnu++11/cpp_std=gnu++14/g' meson.build export ASFLAGS="--generate-missing-build-notes=yes" %meson -Dcpp_std=gnu++14 \ -Db_ndebug=true \ - -Dplatforms=x11,wayland \ + -Dplatforms=x11,wayland,ohos \ -Ddri3=enabled \ -Ddri-drivers=%{?dri_drivers} \ -Dosmesa=true \