From: Eric Andersen Date: Thu, 11 Jan 2007 07:26:02 +0000 (-0000) Subject: be explicit about not depending on X, dep should go the other way X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=962a0ee937b13ab54b2fe30270084b8abb936ba9;p=buildroot.git be explicit about not depending on X, dep should go the other way --- diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 21ec6fb7d8..df1470aa65 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -55,6 +55,7 @@ $(LIBPNG_DIR)/.configured: $(LIBPNG_DIR)/.unpacked --libdir=$(STAGING_DIR)/lib \ --includedir=$(STAGING_DIR)/include \ --without-libpng-compat \ + --without-x \ ); touch $(LIBPNG_DIR)/.configured