Only look for the osso folder, not the .defs, to see if it's Maemo
This commit is contained in:
parent
421460741d
commit
715ae2efa4
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -300,7 +300,7 @@ def configure (conf):
|
|||
Utils.pprint ('RED', 'Please use an older or newer version.')
|
||||
|
||||
def set_options (opt):
|
||||
def is_maemo (): return os.path.exists ('/etc/osso-af-init/osso-gtk.defs')
|
||||
def is_maemo (): return os.path.exists ('/etc/osso-af-init/')
|
||||
|
||||
def add_enable_option (option, desc, group=None, disable=False):
|
||||
if group == None:
|
||||
|
|
Loading…
Reference in a new issue