Accepting request 717606 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Enable simple-dmabuf-drm=intel option only on x86* since it requires libdrm_intel, only available on x86* OBS-URL: https://build.opensuse.org/request/show/717606 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=82
This commit is contained in:
parent
3aabe428a6
commit
cee1c8ea03
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 14:08:32 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Enable simple-dmabuf-drm=intel option only on x86* since it
|
||||||
|
requires libdrm_intel, only available on x86*
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 21:50:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Jun 24 21:50:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -136,7 +136,12 @@ to develop plugins for Weston.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
||||||
-Dsimple-dmabuf-drm=intel -Dtest-junit-xml=false \
|
%ifarch %ix86 x86_64
|
||||||
|
-Dsimple-dmabuf-drm=intel \
|
||||||
|
%else
|
||||||
|
-Dsimple-dmabuf-drm= \
|
||||||
|
%endif
|
||||||
|
-Dtest-junit-xml=false \
|
||||||
--includedir="%_includedir/%name"
|
--includedir="%_includedir/%name"
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user