From cc858aca0ebf653eebceaf09e2316763d8d81051 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 8 May 2013 17:10:37 +0200 Subject: configure: substantially de-bong libpng handling - remove --unix-qstart-libpng: the internal libpng is static lib so this option is pointless - clean up duplicative libpng checks - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS, which is the one case where it could still be disabled Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811 --- desktop/Executable_oosplash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk index 78112b8c09fe..51657fe40d9f 100644 --- a/desktop/Executable_oosplash.mk +++ b/desktop/Executable_oosplash.mk @@ -43,7 +43,7 @@ $(eval $(call gb_Executable_add_libs,oosplash,\ endif endif -ifeq ($(ENABLE_QUICKSTART_LIBPNG),TRUE) +ifneq ($(ENABLE_HEADLESS),TRUE) $(eval $(call gb_Executable_add_defs,oosplash,\ -DENABLE_QUICKSTART_LIBPNG \ -- cgit