Accepting request 947429 from X11:Wayland
- Drop --simple-dmabuf-drm configure option since it has been long obsoleted (and only now did meson start being strict). OBS-URL: https://build.opensuse.org/request/show/947429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=25
This commit is contained in:
commit
e77dcf23e5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 19 13:25:04 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Drop --simple-dmabuf-drm configure option since it has been long
|
||||||
|
obsoleted (and only now did meson start being strict).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 23 13:51:18 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Mon Nov 23 13:51:18 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package weston
|
# spec file for package weston
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Name: weston
|
|||||||
Version: 9
|
Version: 9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wayland Reference Compositor
|
Summary: Wayland Reference Compositor
|
||||||
License: MIT AND CC-BY-SA-3.0
|
License: CC-BY-SA-3.0 AND MIT
|
||||||
Group: System/X11/Servers
|
Group: System/X11/Servers
|
||||||
URL: https://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
|
|
||||||
@ -140,11 +140,6 @@ to develop plugins for Weston.
|
|||||||
echo "Workaround broken weston that fails to cope with -Wl,--no-undefined injected by meson/ninja"
|
echo "Workaround broken weston that fails to cope with -Wl,--no-undefined injected by meson/ninja"
|
||||||
export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
||||||
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
%meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
|
||||||
%ifarch %ix86 x86_64
|
|
||||||
-Dsimple-dmabuf-drm=intel \
|
|
||||||
%else
|
|
||||||
-Dsimple-dmabuf-drm= \
|
|
||||||
%endif
|
|
||||||
-Dtest-junit-xml=false -Dpipewire=false \
|
-Dtest-junit-xml=false -Dpipewire=false \
|
||||||
--includedir="%_includedir/%name"
|
--includedir="%_includedir/%name"
|
||||||
%meson_build
|
%meson_build
|
||||||
|
Loading…
Reference in New Issue
Block a user