From a8214d0115ace53b6e43dd7a4e1b9e36379bea7eba99e741ff9fad3bae8d071e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 21 Dec 2021 20:42:18 +0000 Subject: [PATCH] Accepting request 941958 from home:iznogood:factory Fix build in staging E for libinput:extra - Add missing pkgconfig(wayland-protocols) BuildRequires: Previously pulled in by an other package. OBS-URL: https://build.opensuse.org/request/show/941958 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=262 --- libinput.changes | 6 ++++++ libinput.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libinput.changes b/libinput.changes index 27f2bc4..6cee219 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 21 19:28:32 UTC 2021 - Bjørn Lie + +- Add missing pkgconfig(wayland-protocols) BuildRequires: + Previously pulled in by an other package. + ------------------------------------------------------------------- Mon Dec 13 10:01:03 UTC 2021 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index 11f7e5e..afcf0bc 100644 --- a/libinput.spec +++ b/libinput.spec @@ -66,6 +66,7 @@ BuildRequires: pkg-config BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(wayland-protocols) %endif BuildRequires: pkgconfig(libevdev) >= 0.4 BuildRequires: pkgconfig(libudev)