package/libpng/libpng.mk: Remove the unnecessary --without-x option

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
This commit is contained in:
Daniel Laird 2009-01-12 12:45:48 +00:00
parent c3430358a3
commit 729cf4f6c3

View File

@ -15,9 +15,7 @@ LIBPNG_CONF_ENV = \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_calloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes
LIBPNG_CONF_OPT = \
--without-libpng-compat \
--without-x
LIBPNG_CONF_OPT = --without-libpng-compat
LIBPNG_DEPENDENCIES = uclibc pkgconfig zlib
$(eval $(call AUTOTARGETS,package,libpng))