do the standard build
This commit is contained in:
+9
-2
@@ -95,12 +95,16 @@ Common headers for weston
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export MESON=`echo '%{meson}' | sed 's/--auto-features=enabled//'`
|
%meson
|
||||||
eval "$MESON -Dsimple-dmabuf-drm=auto"
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
# may be standalone tests can be done
|
||||||
|
#%%meson_test
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/bin/getent group weston-launch >/dev/null || /usr/sbin/groupadd -r weston-launch
|
/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/
|
%{_datadir}/libweston-%{apiver}/protocols/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-2
|
||||||
|
- Do the standard meson build with the meson macros
|
||||||
|
|
||||||
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-1
|
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-1
|
||||||
- Update to RC1 for Weston 8.0 (version 7.0.93)
|
- Update to RC1 for Weston 8.0 (version 7.0.93)
|
||||||
- Remove have_simple_dmabuf_drm_client variable
|
- Remove have_simple_dmabuf_drm_client variable
|
||||||
|
|||||||
Reference in New Issue
Block a user