[X2Go-Commits] [x2goclient] 01/03: x2goclient.pro: make system a non-variable call.

git-admin at x2go.org git-admin at x2go.org
Tue Oct 30 18:12:00 CET 2018


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

x2go pushed a commit to branch master
in repository x2goclient.

commit ad925ad6f5954592568caafdd9b5e51a5542db9c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Oct 30 16:56:08 2018 +0100

    x2goclient.pro: make system a non-variable call.
---
 debian/changelog | 1 +
 x2goclient.pro   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a1c111..2743bfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
       is high enough.
     - x2goclient.pro: let static Linux configuration override the new
       pkgconfig-based libssh usage.
+    - x2goclient.pro: make system a non-variable call.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 26 Jun 2018 00:39:28 +0200
 
diff --git a/x2goclient.pro b/x2goclient.pro
index 6cd51b0..c94f427 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -141,7 +141,7 @@ unix {
 
     # Failure to find libssh_threads is non-fatal, since newer libssh versions
     # don't ship a separate library any longer.
-    $$system($$PKG_CONFIG --exists "libssh < 0.8.0"):PKGCONFIG += libssh_threads
+    system($$PKG_CONFIG --exists "libssh < 0.8.0"):PKGCONFIG += libssh_threads
   }
   else {
     # No pkgconfig stuff, because... for some reason we wanted to call the

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


More information about the x2go-commits mailing list