diff --git a/feeds/packages/libs/freetype/Makefile b/feeds/packages/libs/freetype/Makefile index 0dd7bf7..83d93a4 100644 --- a/feeds/packages/libs/freetype/Makefile +++ b/feeds/packages/libs/freetype/Makefile @@ -49,7 +49,9 @@ CONFIGURE_ARGS += \ --enable-static \ --with-bzip2=no \ --with-zlib=yes \ - --with-png=yes + --with-png=yes \ + --without-x + HOST_CONFIGURE_ARGS+= \ --with-bzip2=no \