Loading package/gd/gd.mk +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ endif ifeq ($(BR2_PACKAGE_FREETYPE),y) GD_DEPENDENCIES += freetype GD_CONF_ENV += ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config else GD_CONF_OPT += --without-freetype endif ifeq ($(BR2_PACKAGE_JPEG),y) Loading Loading
package/gd/gd.mk +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ endif ifeq ($(BR2_PACKAGE_FREETYPE),y) GD_DEPENDENCIES += freetype GD_CONF_ENV += ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config else GD_CONF_OPT += --without-freetype endif ifeq ($(BR2_PACKAGE_JPEG),y) Loading