X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=mac-client-installer%2F.jhbuildrc-custom;h=5d1060d1a5070ec6c5dce00d1d7ddec2e2c6937f;hb=d9dbab68772e7d2f7db5c64c0713fddc789e215c;hp=a34b559426f134f46c741e8207f922510e477f81;hpb=33bbaecf8b6e4560846741a9eaac906596970262;p=moonshot.git diff --git a/mac-client-installer/.jhbuildrc-custom b/mac-client-installer/.jhbuildrc-custom index a34b559..5d1060d 100644 --- a/mac-client-installer/.jhbuildrc-custom +++ b/mac-client-installer/.jhbuildrc-custom @@ -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'