libecore: add optional tslib/glib/openssl/gnutls/curl support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
718e1ecf5f
commit
832068e494
@ -17,6 +17,26 @@ HOST_LIBECORE_CONF_OPT += --enable-ecore-evas
|
|||||||
# default options
|
# default options
|
||||||
LIBECORE_CONF_OPT = --disable-simple-x11
|
LIBECORE_CONF_OPT = --disable-simple-x11
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
||||||
|
LIBECORE_DEPENDENCIES += tslib
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||||
|
LIBECORE_DEPENDENCIES += libglib2
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
|
LIBECORE_DEPENDENCIES += openssl
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
|
LIBECORE_DEPENDENCIES += gnutls
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||||
|
LIBECORE_DEPENDENCIES += libcurl
|
||||||
|
endif
|
||||||
|
|
||||||
# libecore
|
# libecore
|
||||||
ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
|
ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
|
||||||
LIBECORE_CONF_OPT += --enable-ecore-directfb
|
LIBECORE_CONF_OPT += --enable-ecore-directfb
|
||||||
|
Loading…
Reference in New Issue
Block a user