Fix broken reference on ui subproject
[moonshot.git] / mac-client-installer / .jhbuildrc-custom
1 # -*- mode: python -*-
2
3 #module_autogenargs['gtk+'] = autogenargs + "--enable-introspection=no"
4
5 append_autogenargs ("dbus", "--enable-launchd --sysconfdir=/Applications/moonshot-ui.app/Contents/Resources/etc")
6 # uncomment this and comment the previous line for working with Dbus without launched
7 # append_autogenargs ("dbus", "--with-x")
8
9
10
11 setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"])
12 os.environ['MAKEFLAGS'] = '-j 4'
13 moduleset=os.environ['HOME'] + '/moonshot/mac-client-installer/moonshot-mac.modules' 
14