SHA256
1
0
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:
llyyr 2023-05-12 12:45:45 +00:00 committed by Git OBS Bridge
parent 34da96424d
commit 0c397c0622
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -31,7 +31,6 @@ License: MIT
Group: System/GUI/Other
URL: https://gitlab.freedesktop.org/wlroots/wlroots
Source0: %{name}-%{version}.tar.gz
Patch0: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3456.patch
BuildRequires: glslang-devel
BuildRequires: meson >= 0.58.1
BuildRequires: pkgconfig
@ -93,7 +92,6 @@ Pluggable, composable modules for building a Wayland compositor.
%prep
%setup -n wlroots-%{version}
%patch0 -p1
%build
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_x11_backend:'x11',}
]" \
-Dexamples=false \
%{?with_xwayland:-Dxwayland=enabled} \
%{?with_xcb_errors:-Dxcb-errors=enabled}
%meson_build