fix meson.build for epel 8

This commit is contained in:
Marie Loise Nolden 2020-06-12 08:02:00 +00:00
parent f5e0650096
commit 76e864ac5f

View File

@ -33,7 +33,7 @@ Wayland EGL External Platform library development package
%prep
%autosetup -p1
%if 0%{?rhel} == 7
%if 0%{?rhel} >= 7
sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
%endif