Date:2012-01-23 15:45:42 (12 years 2 months ago)
Author:Xiangfu Liu
Commit:0b14c8656ede008385d1469a1a1aa03b12e1fa52
Message:bard: using PKG_FIXUP. not redefine Configure

Files: bard/Makefile (2 diffs)

Change Details

bard/Makefile
1313
1414PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
1515PKG_RELEASE:=1
16PKG_FIXUP:=autoreconf
17
1618
1719include $(INCLUDE_DIR)/package.mk
1820
...... 
2931but can also read books to a user using text-to-speech.
3032endef
3133
32define Build/Configure
33    cd $(PKG_BUILD_DIR) && autoconf
34    $(call Build/Configure/Default, FLITEDIR=$(STAGING_DIR)/usr)
35endef
34CONFIGURE_ARGS += FLITEDIR=$(STAGING_DIR)/usr
3635
3736TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/SDL
3837

Archive Download the corresponding diff file



interactive