From 19885a760686b2190f62cf84af935d28b788d44fc947b6277add60dfbbdd28b7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 26 Feb 2021 10:28:17 +0000 Subject: [PATCH] - added Buildrequires to pkgconfig(glproto) to fix build on Leap OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=2 --- xwayland.changes | 7 ++++++- xwayland.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/xwayland.changes b/xwayland.changes index ce7077f..2fa64b8 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,4 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 26 10:25:41 UTC 2021 - Stefan Dirsch + +- added Buildrequires to pkgconfig(glproto) to fix build on Leap + ------------------------------------------------------------------- Fri Feb 19 13:22:04 UTC 2021 - Tobias Klausmann -- Initial stand-alone Xwayland package version 21.0.99.901 +- Initial stand-alone Xwayland package version 21.0.99.901 (boo#1182677) diff --git a/xwayland.spec b/xwayland.spec index 4e16f2c..c8a45ce 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -67,7 +67,7 @@ BuildRequires: pkgconfig(fontutil) #BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gbm) #BuildRequires: pkgconfig(gl) -#BuildRequires: pkgconfig(glproto) +BuildRequires: pkgconfig(glproto) #BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(inputproto) BuildRequires: pkgconfig(kbproto)