forked from pool/wlroots10
Accepting request 1086751 from home:llyyr:branches:X11:Wayland
- Remove 3456.patch: Don't build example applications anymore. Fixes build with ffmpeg-6. OBS-URL: https://build.opensuse.org/request/show/1086751 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wlroots10?expand=0&rev=5
This commit is contained in:
parent
34da96424d
commit
0c397c0622
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 12 12:40:10 UTC 2023 - llyyr <llyyr.public@gmail.com>
|
||||||
|
|
||||||
|
- Remove 3456.patch: Don't build example applications anymore. Fixes build with
|
||||||
|
ffmpeg-6.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 12 20:21:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Jul 12 20:21:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wlroots10
|
# spec file for package wlroots10
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -31,7 +31,6 @@ License: MIT
|
|||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
URL: https://gitlab.freedesktop.org/wlroots/wlroots
|
URL: https://gitlab.freedesktop.org/wlroots/wlroots
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch0: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3456.patch
|
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: meson >= 0.58.1
|
BuildRequires: meson >= 0.58.1
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -93,7 +92,6 @@ Pluggable, composable modules for building a Wayland compositor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n wlroots-%{version}
|
%setup -n wlroots-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls"
|
export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls"
|
||||||
@ -103,6 +101,7 @@ export CFLAGS="%{optflags} -I/usr/include/wayland -Wno-redundant-decls"
|
|||||||
%{?with_libinput_backend:'libinput',}
|
%{?with_libinput_backend:'libinput',}
|
||||||
%{?with_x11_backend:'x11',}
|
%{?with_x11_backend:'x11',}
|
||||||
]" \
|
]" \
|
||||||
|
-Dexamples=false \
|
||||||
%{?with_xwayland:-Dxwayland=enabled} \
|
%{?with_xwayland:-Dxwayland=enabled} \
|
||||||
%{?with_xcb_errors:-Dxcb-errors=enabled}
|
%{?with_xcb_errors:-Dxcb-errors=enabled}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
Loading…
Reference in New Issue
Block a user