diff --git a/libepoxy.spec b/libepoxy.spec index a85c69f999200ce222f1f71e06c4b3022d8366ff..77f7ef1047fd9fe35c1ff0632770f0f74bb9f956 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