diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-16 15:15:56 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-16 16:20:48 +0000 |
commit | b63029c8072c10c03b2fc36fe82619f0cff0ca18 (patch) | |
tree | 41aba842bcfb7fd1f9c4351710554990a604dd56 /external | |
parent | 29a5707821f9ec386d5f6b90f7838db9cdff1263 (diff) |
no need to double the conditional, once is enough
- the whole module wont be loaded with --with-system-libpng because of the
gb_Helper_optional thingie one level up
Change-Id: I885fedf82bdbb383a3caee343422dc79528838e0
Reviewed-on: https://gerrit.libreoffice.org/6266
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/libpng/Module_libpng.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/external/libpng/Module_libpng.mk b/external/libpng/Module_libpng.mk index d61375d18d05..afb0016fbaf4 100644 --- a/external/libpng/Module_libpng.mk +++ b/external/libpng/Module_libpng.mk @@ -9,13 +9,9 @@ $(eval $(call gb_Module_Module,libpng)) -ifeq ($(SYSTEM_LIBPNG),NO) - $(eval $(call gb_Module_add_targets,libpng,\ StaticLibrary_png \ UnpackedTarball_png \ )) -endif - # vim: set noet sw=4 ts=4: |