Changeset 33

Show
Ignore:
Timestamp:
05/05/08 04:35:59 (2 months ago)
Author:
grant
Message:

Fix #134 - Disable building of the GTK installer for Debian (and its derivatives) Linux

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • main/src/tools/port/jam/Jamdefs.a64_lnx

    r1 r33  
    103103platform_string = "NPTL Linux on x86_64" ; 
    104104extension_string = $(config_string)_nptl ; 
    105 BUILD_GTK_INST = TRUE ; 
     105if $(OSVER) != DEBIAN 
     106
     107    BUILD_GTK_INST = TRUE ; 
     108
    106109BUILD_GTK_GUI = TRUE ; 
    107