]> Creatis software - creaToolsTools.git/commitdiff
#3126 creaToolsTools Feature New Normal - branch changeWx28to30 compilation with... changeWx28to30
authorEduardo DAVILA <davila@localhost.localdomain>
Mon, 2 Oct 2017 15:03:59 +0000 (17:03 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Mon, 2 Oct 2017 15:03:59 +0000 (17:03 +0200)
Linux/scripts/ThirdParty-install-Finalize.sh

index 83e2569951ff26e6deef6fad56ef928399ad051c..8ed620908a12d53970a1ca6a51fdc4b46d07f366 100644 (file)
@@ -65,7 +65,9 @@ fi
 touch     $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
 chmod 755 $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
 
-echo installPrefixThird='$1'                                                                                           >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
+
+echo export GDK_BACKEND=x11                                                            >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
+echo installPrefixThird='$1'                                                                           >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
 echo export PATH='$'PATH:'$'installPrefixThird/bin             >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
 echo export VTK_DIR='$'installPrefixThird/lib/vtk-5.10         >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh
 echo export ITK_DIR='$'installPrefixThird/lib/InsightToolkit   >> $baseLibraryThirdPartyDir/creatools_third_party_library_config.sh