[med-svn] [camitk] 01/03: cmake needs to run camitk-config which in turns needs a xvfb to work

Emmanuel Promayon promayon-guest at moszumanska.debian.org
Sat Oct 8 16:13:16 UTC 2016


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

promayon-guest pushed a commit to branch master
in repository camitk.

commit f3b5391ff96eec5ece729569ea9e9dc8061a5a6f
Author: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
Date:   Sat Oct 8 16:18:44 2016 +0200

    cmake needs to run camitk-config which in turns needs a xvfb to work
    
    Signed-off-by: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
---
 debian/tests/wizard | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/wizard b/debian/tests/wizard
index b686822..036d970 100644
--- a/debian/tests/wizard
+++ b/debian/tests/wizard
@@ -427,7 +427,7 @@ generateConfigureAndMake() {
   # configure
   mkdir build
   cd build
-  cmake $CMAKE_OPTIONS ../$srcDirName 
+  xvfb-run --auto-servernum --server-num=1 cmake $CMAKE_OPTIONS ../$srcDirName 
   # build (parallel)
   make -j9
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camitk.git



More information about the debian-med-commit mailing list