From 83d20f4b78a3a9fbecdaf0bbbcddf27535f8b335 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Thu, 1 Aug 2024 11:14:50 +0000 Subject: [PATCH] add options for i686 (cherry picked from commit a3c817e54eb324ef515f60152e1a8e58dcef520a) --- libepoxy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libepoxy.spec b/libepoxy.spec index a85c69f..77f7ef1 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,6 +1,6 @@ Name: libepoxy Version: 1.5.10 -Release: 2 +Release: 3 Summary: library work with epoxy runtime License: MIT URL: https://github.com/anholt/%{name} @@ -28,7 +28,11 @@ applications that want to make use of %{name}. %autosetup -n %{name}-%{version} -p1 %build +%if 0%{?build_cross} == 1 +%meson -Degl=no -Dtests=false +%else %meson +%endif %meson_build %install @@ -58,6 +62,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog +* Thu Aug 1 2024 zhangpan - 1.5.10-3 +- add options for i686 + * Mon Mar 06 2023 laokz - 1.5.10-2 - add GLIBC_2.27 to test/dlwrap.c for riscv -- Gitee