diff --git a/gs/Makefile b/gs/Makefile index 6b53af5..e5f74bb 100644 --- a/gs/Makefile +++ b/gs/Makefile @@ -20,7 +20,7 @@ define Package/ghostscript CATEGORY:=Utilities TITLE:=interpreter for the PostScript language and for PDF URL:=http://pages.cs.wisc.edu/~ghost/ - DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS + DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS +libidn endef define Package/ghostscript/description @@ -50,7 +50,7 @@ CONFIGURE_ARGS += \ MAKE_FLAGS += \ EXTRALIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ $(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib \ - -lfontconfig -lfreetype -ldl -liconv" \ + -lfontconfig -lfreetype -ldl -liconv -lidn" \ COMPILE_INITS="0" define Package/ghostscript/install