Skip to content

Commit

Permalink
Packages, try lobotomizing OSG a bit again
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Apr 26, 2014
1 parent 6094b81 commit d2ece36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ def configure(self):
if self.arch.os == 'osx':
other_flags.extend(['-DOSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio','-DOSG_WINDOWING_SYSTEM=Cocoa'])
super(osg3, self).configure(
with_='GDAL GLUT JPEG OpenEXR PNG ZLIB CURL QuickTime CoreVideo QTKit COLLADA'.split(),
without='FBX FFmpeg FLTK FOX FreeType GIFLIB Inventor ITK Jasper LibVNCServer OpenAL OpenVRML OurDCMTK Performer Qt3 Qt4 SDL TIFF wxWidgets Xine XUL RSVG NVTT DirectInput GtkGL Poppler-glib GTA'.split(),
with_='GDAL GLUT JPEG OpenEXR PNG ZLIB CURL QuickTime CoreVideo QTKit'.split(),
without='COLLADA FBX FFmpeg FLTK FOX FreeType GIFLIB Inventor ITK Jasper LibVNCServer OpenAL OpenVRML OurDCMTK Performer Qt3 Qt4 SDL TIFF wxWidgets Xine XUL RSVG NVTT DirectInput GtkGL Poppler-glib GTA'.split(),
other=other_flags)

class flann(CMakePackage):
Expand Down

0 comments on commit d2ece36

Please sign in to comment.