Everything done!
[moonshot.git] / mac-client-installer / .jhbuildrc-custom
index a34b559..5d1060d 100644 (file)
@@ -1,23 +1,14 @@
 # -*- mode: python -*-
 
-_jhb = os.environ.get("JHB")
-if _jhb is None:
-    # The default setup...
-    # checkoutroot = os.path.expanduser("~/Source/gtk")
-    # prefix = "/opt/gtk"
-    pass
-elif _jhb == "FW":
-    # The framework build...
-    # checkoutroot = os.path.expanduser("~/Source/gtk-fw")
-    # prefix = "/opt/gtk-fw"
-    pass
+#module_autogenargs['gtk+'] = autogenargs + "--enable-introspection=no"
+
+append_autogenargs ("dbus", "--enable-launchd --sysconfdir=/Applications/moonshot-ui.app/Contents/Resources/etc")
+# uncomment this and comment the previous line for working with Dbus without launched
+# append_autogenargs ("dbus", "--with-x")
+
 
-# not sure yet if this is needed
-append_autogenargs ("dbus", "--with-x")
 
 setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"])
 os.environ['MAKEFLAGS'] = '-j 4'
-module_autogenargs['moonshot'] = '--enable-acceptor=no'
-module_autogenargs['gtk+'] = '--enable-introspection=no'
 moduleset=os.environ['HOME'] + '/moonshot/mac-client-installer/moonshot-mac.modules'