Everything builds - instructions need completion
[moonshot.git] / mac-client-installer / .jhbuildrc-custom
1 # -*- mode: python -*-
2
3 _jhb = os.environ.get("JHB")
4 if _jhb is None:
5     # The default setup...
6     # checkoutroot = os.path.expanduser("~/Source/gtk")
7     # prefix = "/opt/gtk"
8     pass
9 elif _jhb == "FW":
10     # The framework build...
11     # checkoutroot = os.path.expanduser("~/Source/gtk-fw")
12     # prefix = "/opt/gtk-fw"
13     pass
14
15 # not sure yet if this is needed
16 #append_autogenargs ("dbus", "--with-x")
17
18 setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"])
19 os.environ['MAKEFLAGS'] = '-j 4'
20 module_autogenargs['moonshot'] = '--enable-acceptor=no'
21 module_autogenargs['gtk+'] = '--enable-introspection=no'
22 moduleset=os.environ['HOME'] + '/moonshot/mac-client-installer/moonshot-mac.modules' 
23