diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-08 17:10:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 17:49:58 +0200 |
commit | cc858aca0ebf653eebceaf09e2316763d8d81051 (patch) | |
tree | 0530dc3a2462ca9b25fdd807acb85db9d88c78f9 /desktop | |
parent | bcc527412ee50ff646098195566e2c66007df59a (diff) |
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
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_oosplash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |