OSDN Git Service

Remove the set cpu count option as it doesn't do anything now
[handbrake-jp/handbrake-jp-git.git] / gtk / module.defs
1 $(eval $(call import.MODULE.defs,GTK,gtk,LIBHB))
2 $(eval $(call import.GCC,GTK))
3
4 GTK.src/   = $(SRC/)gtk/
5 GTK.build/ = $(BUILD/)gtk/
6
7 GTK.CONFIGURE.stamp = $(GTK.build/).stamp.configure
8
9 ###############################################################################
10
11 GTK.out += $(GTK.CONFIGURE.stamp)
12
13 BUILD.out += $(GTK.out)
14
15 ###############################################################################
16
17 ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
18 GTK.CONFIGURE.extra += --host=$(BUILD.spec) --disable-gst
19 ifeq ($(HAS.dlfcn),1)
20         GTK.CONFIGURE.extra += --enable-dl
21 endif
22 endif
23
24 ifeq (0,$(FEATURE.gtk.update.checks))
25         GTK.CONFIGURE.extra += --disable-update-checks
26 endif
27
28 ifeq (0,$(FEATURE.gst))
29         GTK.CONFIGURE.extra += --disable-gst
30 endif
31