From ba09ef145c9ed8259446ff81454433a0ad9537ec2e81bf7b2962e5a91628019d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 26 Aug 2023 04:18:40 +0000 Subject: [PATCH] - enable libei and libdecor only for TW, since it does not exist yet on sle15-sp5 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=55 --- xwayland.changes | 6 ++++++ xwayland.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/xwayland.changes b/xwayland.changes index 1009c88..cf04d78 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 26 04:14:45 UTC 2023 - Stefan Dirsch + +- enable libei and libdecor only for TW, since it does not exist + yet on sle15-sp5 + ------------------------------------------------------------------- Thu Aug 17 08:39:53 UTC 2023 - Bjørn Lie diff --git a/xwayland.spec b/xwayland.spec index 5d8417f..9faa111 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -53,9 +53,13 @@ BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(inputproto) >= 2.3.99.1 BuildRequires: pkgconfig(kbproto) BuildRequires: pkgconfig(libbsd) +%if 0%{?suse_version} >= 1550 BuildRequires: pkgconfig(libdecor-0) +%endif BuildRequires: pkgconfig(libdrm) >= 2.4.109 +%if 0%{?suse_version} >= 1550 BuildRequires: pkgconfig(libei-1.0) +%endif BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(libxcvt) BuildRequires: pkgconfig(openssl)