diff --git a/weston.changes b/weston.changes index 0e84869..71ed765 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 14:08:32 UTC 2019 - Guillaume GARDET + +- 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 diff --git a/weston.spec b/weston.spec index 9b51473..1fe374c 100644 --- a/weston.spec +++ b/weston.spec @@ -136,7 +136,12 @@ to develop plugins for Weston. %build %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" %meson_build