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:
parent
c3430358a3
commit
729cf4f6c3
@ -15,9 +15,7 @@ LIBPNG_CONF_ENV = \
|
|||||||
ac_cv_func_malloc_0_nonnull=yes \
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
ac_cv_func_calloc_0_nonnull=yes \
|
ac_cv_func_calloc_0_nonnull=yes \
|
||||||
ac_cv_func_realloc_0_nonnull=yes
|
ac_cv_func_realloc_0_nonnull=yes
|
||||||
LIBPNG_CONF_OPT = \
|
LIBPNG_CONF_OPT = --without-libpng-compat
|
||||||
--without-libpng-compat \
|
|
||||||
--without-x
|
|
||||||
LIBPNG_DEPENDENCIES = uclibc pkgconfig zlib
|
LIBPNG_DEPENDENCIES = uclibc pkgconfig zlib
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,libpng))
|
$(eval $(call AUTOTARGETS,package,libpng))
|
||||||
|
Loading…
Reference in New Issue
Block a user