Changeset 1002 for trunk/SConstruct

Show
Ignore:
Timestamp:
11/05/07 00:17:54 (1 year ago)
Author:
vossg
Message:

fixed: missing x option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SConstruct

    r922 r1002  
    482482    "glut", "Location of the GLUT library", library = glut_libname, 
    483483    header = "GL/glut.h", required = False) 
     484 
     485optional_libs_options["X"] = sca_opts.StandardPackageOption( 
     486    "X", "Location of the X library", library = 'X11', 
     487    required = False) 
    484488 
    485489optional_libs_options["freetype"] = sca_opts.StandardPackageOption(