From eb7f75c13395c5c3e60f9f8531f6b8c5ae759a98 Mon Sep 17 00:00:00 2001 From: gerd Date: Mon, 20 Jan 2020 16:40:37 +0100 Subject: [PATCH] do the standard build --- weston.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/weston.spec b/weston.spec index 38c2c5c..9253317 100644 --- a/weston.spec +++ b/weston.spec @@ -95,12 +95,16 @@ Common headers for weston %setup -q %build -export MESON=`echo '%{meson}' | sed 's/--auto-features=enabled//'` -eval "$MESON -Dsimple-dmabuf-drm=auto" +%meson +%meson_build %install %meson_install +%check +# may be standalone tests can be done +#%%meson_test + %post /usr/bin/getent group weston-launch >/dev/null || /usr/sbin/groupadd -r weston-launch @@ -193,6 +197,9 @@ eval "$MESON -Dsimple-dmabuf-drm=auto" %{_datadir}/libweston-%{apiver}/protocols/ %changelog +* Mon Jan 20 2020 Gerd Pokorra - 7.0.93-2 +- Do the standard meson build with the meson macros + * Mon Jan 20 2020 Gerd Pokorra - 7.0.93-1 - Update to RC1 for Weston 8.0 (version 7.0.93) - Remove have_simple_dmabuf_drm_client variable