0be744e495
Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
444 B
Makefile
16 lines
444 B
Makefile
#############################################################
|
|
#
|
|
# enchant
|
|
#
|
|
#############################################################
|
|
ENCHANT_VERSION = 1.5.0
|
|
ENCHANT_SOURCE = enchant-$(ENCHANT_VERSION).tar.gz
|
|
ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION)
|
|
|
|
ENCHANT_INSTALL_STAGING = YES
|
|
ENCHANT_INSTALL_TARGET = YES
|
|
|
|
ENCHANT_DEPENDENCIES = libglib2 host-pkg-config
|
|
|
|
$(eval $(call AUTOTARGETS,package,enchant))
|