[X2Go-Commits] [x2gokdrive] 01/01: x2gokdrive.spec: work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't pull Mesa-devel in, leading to a compile failure.

git-admin at x2go.org git-admin at x2go.org
Sat Nov 2 03:08:41 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit c2497f4218b5763f3d71f5ca733afa9ccfe910b3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Nov 2 03:08:17 2019 +0100

    x2gokdrive.spec: work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't pull Mesa-devel in, leading to a compile failure.
    
    Do that manually.
---
 debian/changelog | 2 ++
 x2gokdrive.spec  | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9c12dc5..e2eeeac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -125,6 +125,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
       distro-version combination (e.g., Fedora 30 uses 1.20.5, EPEL 7
       currently uses 1.20.4 etc.), but that's too complicated - let's depend
       on at least the earliest supported version for now.
+    + Work around issue on *SuSE: for some reason, Mesa-libGL-devel doesn't
+      pull Mesa-devel in, leading to a compile failure. Do that manually.
   * debian/rules:
     + Remove weird empty variable reference construct.
     + Whitespace-only fixes.
diff --git a/x2gokdrive.spec b/x2gokdrive.spec
index 53e7dff..511078d 100644
--- a/x2gokdrive.spec
+++ b/x2gokdrive.spec
@@ -153,6 +153,10 @@ BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(xshmfence)
+# *SuSE-specific
+%if 0%{?suse_version}
+BuildRequires:  Mesa-devel
+%endif
 
 %description
 X2Go is a server based computing environment with

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git


More information about the x2go-commits mailing list