summaryrefslogtreecommitdiffstats
path: root/contrib/fribidi/module.defs
blob: 646a566ab03097f491f00b7a0fa36a2459210671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
__deps__ := PTHREADW32
endif

$(eval $(call import.MODULE.defs,FRIBIDI,fribidi))
$(eval $(call import.CONTRIB.defs,FRIBIDI))

FRIBIDI.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fribidi-0.19.7.tar.bz2

ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
    FRIBIDI.CONFIGURE.extra = --with-glib=no
else ifeq (darwin,$(BUILD.system))
    FRIBIDI.CONFIGURE.extra = --with-glib=no
endif

FRIBIDI.CONFIGURE.bootstrap = ./bootstrap;