Changeset 4209 for trunk/configure.in


Ignore:
Timestamp:
Mar 9, 2014 3:33:17 PM (10 years ago)
Author:
mmc
Message:

Added some useful widgets: 1) Rappture::listbox, which is like the
usual Tk listbox, but adds icons for entries, indent levels for
entries, and a horizontal orientation that is useful when building
file browsers. 2) Rappture::Coverflow, which lets you select images
from an Apple-style coverflow display. 3) XAuth library, which can
be used to call OAuth-style web services.

Also fixed the build system to avoid Vtk stuff when --without-vtk and
--disable-vtkdicom are set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r4156 r4209  
    195195VTK_TCL_DIR=""
    196196
     197ENABLE_VTK=no
    197198if test "$with_vtk" != "no" ; then
    198199  if test "$with_vtk" != "yes" ; then
     
    200201  fi
    201202  if test "x$with_vtk" != "x" ; then
     203    ENABLE_VTK=yes
    202204    for path in \
    203205     $libdir/tcltk \
     
    376378AC_SUBST(ENABLE_LANG)
    377379AC_SUBST(ENABLE_GUI)
     380AC_SUBST(ENABLE_VTK)
    378381AC_SUBST(ENABLE_VTK_DICOM)
    379382AC_SUBST(FFMPEG)
Note: See TracChangeset for help on using the changeset viewer.