Changeset 651:b4db6e38de49


Ignore:
Timestamp:
06/28/15 12:12:00 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

PyGTK is the default on Linux too, as it is required by CEF (re #272)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r585 r651  
    1818#-------------------------------------------------------------------------------
    1919
    20 if os.name=="nt" or "FORCE_PYGTK" in os.environ:
     20# Due to CEF, PyGTK is the default
     21if "FORCE_PYGOBJECT" not in os.environ:
    2122    print "Using PyGTK"
    2223    pygobject = False
Note: See TracChangeset for help on using the changeset viewer.