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)