update buildroot to 2017.02.11
This commit is contained in:
24
bsp/buildroot-2017.02.11/package/expedite/expedite.mk
Normal file
24
bsp/buildroot-2017.02.11/package/expedite/expedite.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# expedite
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXPEDITE_VERSION = ffa005ea3de26b4219f32c285cb1665bb1366163
|
||||
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
|
||||
EXPEDITE_SITE_METHOD = git
|
||||
EXPEDITE_LICENSE = BSD-2c
|
||||
EXPEDITE_LICENSE_FILES = COPYING
|
||||
|
||||
EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
|
||||
|
||||
# There is no configure script in the git tree.
|
||||
EXPEDITE_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EFL_X_XLIB),y)
|
||||
EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
|
||||
--x-includes=$(STAGING_DIR)/usr/include \
|
||||
--x-libraries=$(STAGING_DIR)/usr/lib
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user