summaryrefslogtreecommitdiff
path: root/Library_merged.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-12-15 13:49:08 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-12-15 14:42:59 +0100
commitb6be3d3db3ffbc4c1a4528a8dc17aa95084e12ca (patch)
treee0f15c723a60e673ee4e2acc394aaf04dd0a0e94 /Library_merged.mk
parent13de511e7c3c7423dbac7e8751c95cac17194b69 (diff)
gbuild: Do not require gb_Library_use_externals for libmerged
Instead, automatically get the externals when parsing other makefiles. This commit fixes the build and hopefully avoids problems in future because people didn't know they had to add externals for libmerged too. Similar should be done for other functions like add_libs... Change-Id: I5aea4c43f4b6838092ada81c310ef1100f241108
Diffstat (limited to 'Library_merged.mk')
-rw-r--r--Library_merged.mk47
1 files changed, 0 insertions, 47 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index 90f30a108da9..8431efc9f4ab 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -35,60 +35,13 @@ $(eval $(call gb_Library_use_static_libraries,merged,\
$(if $(filter unx,$(GUIBASE)),headless) \
))
-$(eval $(call gb_Library_use_externals,merged,\
- icu_headers \
- icui18n \
- icuuc \
- boost_headers \
- boostdatetime \
- $(call gb_Helper_optional,DESKTOP,clucene) \
- $(call gb_Helper_optional,COLLADA2GLTF,collada2gltf) \
- cups \
- curl \
- dbus \
- expat \
- gconf \
- gio \
- glew \
- graphite \
- $(if $(ENABLE_GTK),gtk) \
- harfbuzz \
- hunspell \
- jpeg \
- lcms2 \
- $(call gb_Helper_optional,LIBATOMIC_OPS,libatomic_ops) \
- libeot \
- liblangtag \
- libxml2 \
- libxslt \
- mesa_headers \
- mythes \
- nss3 \
- $(call gb_Helper_optional,COLLADA2GLTF,opencollada_parser) \
- $(call gb_Helper_optional,COLLADA2GLTF,png) \
- telepathy \
- zlib \
-))
-
ifeq (ALL,$(MERGELIBS))
$(eval $(call gb_Library_use_static_libraries,merged,\
ulingu \
))
-$(eval $(call gb_Library_use_externals,merged,\
- cppunit \
- hyphen \
- libexslt \
- libexttextcat \
- $(if $(filter-out ANDROID IOS,$(OS)),openldap) \
- $(call gb_Helper_optional,PYUNO,python) \
-))
endif
ifeq ($(GUIBASE),unx)
-$(eval $(call gb_Library_use_externals,merged,\
- fontconfig \
- freetype \
-))
$(eval $(call gb_Library_add_libs,merged,\
-lX11 \
-lXext \