[X2Go-Commits] [nx-libs] 269/429: nx-libs.spec: In Fedora 34 and beyond, files from xorg-x11-xkb-utils-devel have been moved into bin:pkg xkbcomp-devel.
git-admin at x2go.org
git-admin at x2go.org
Mon Oct 18 09:36:47 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit bbc59f214285d413f1ede891c62e03d898667b3f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jun 7 16:49:21 2021 +0200
nx-libs.spec: In Fedora 34 and beyond, files from xorg-x11-xkb-utils-devel have been moved into bin:pkg xkbcomp-devel.
---
nx-libs.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/nx-libs.spec b/nx-libs.spec
index 8fe59f810..84140f381 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -41,8 +41,12 @@ BuildRequires: imake
BuildRequires: xkbcomp-devel
%endif
%else
+%if 0%{?fedora} >= 34
+BuildRequires: xkbcomp-devel
+%else
BuildRequires: xorg-x11-xkb-utils-devel
%endif
+%endif
# ideally we build with quilt (for mesa-quilt patch appliance script),
# it seems Fedora has it...
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list