[Xfce4-commits] <midori:master> Only look for the osso folder, not the .defs, to see if it's Maemo
Christian Dywan
noreply at xfce.org
Fri Oct 23 01:22:04 CEST 2009
Updating branch refs/heads/master
to 715ae2efa4254884f2813efb323ab9bbeebe1a9b (commit)
from 421460741da3b09877f8ba79cc73763a39ce9b7f (commit)
commit 715ae2efa4254884f2813efb323ab9bbeebe1a9b
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Oct 22 23:11:57 2009 +0200
Only look for the osso folder, not the .defs, to see if it's Maemo
wscript | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wscript b/wscript
index 4fa438d..618deb6 100644
--- a/wscript
+++ b/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:
More information about the Xfce4-commits
mailing list