|
@@ -11,13 +11,10 @@ DILLO_LICENSE = GPLv3+
|
|
|
DILLO_LICENSE_FILES = COPYING
|
|
|
# For 0001-configure.ac-change-fltk-config-test-to-be-more-cros.patch
|
|
|
DILLO_AUTORECONF = YES
|
|
|
-
|
|
|
-DILLO_DEPENDENCIES = fltk
|
|
|
-
|
|
|
+DILLO_DEPENDENCIES = fltk zlib \
|
|
|
+ $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
DILLO_CONF_ENV = ac_cv_path_FLTK_CONFIG=$(STAGING_DIR)/usr/bin/fltk-config
|
|
|
|
|
|
-DILLO_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
DILLO_CONF_OPTS += --enable-ssl
|
|
|
DILLO_DEPENDENCIES += openssl
|