Changeset 4369

Show
Ignore:
Timestamp:
03/15/09 16:25:24 (4 years ago)
Author:
gpolo
Message:

Added some includes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install_scripts/macosx/py2app_setup.py

    r4368 r4369  
    4242py2app_options = dict( 
    4343        app = [common.UMIT_MAIN], 
    44         options = {'py2app': {'argv_emulation': True, 'compressed': True}}, 
     44        options = {'py2app': { 
     45            'argv_emulation': True, 
     46            'compressed': True, 
     47            'includes': ['gtk', 'pango', 'atk', 'gobject', 'pangocairo']} 
     48            }, 
    4549        setup_requires = ["py2app"] 
    4650        )