[Libreoffice-commits] core.git: Library_merged.mk vcl/Library_vcl.mk

Matúš Kukan matus.kukan at gmail.com
Tue Apr 23 07:25:25 PDT 2013


 Library_merged.mk  |    1 +
 vcl/Library_vcl.mk |   14 ++------------
 2 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit 88b325aac5750561e76c6f5a4099b846af1a195b
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Apr 23 16:15:41 2013 +0200

    libmerged: add harfbuzz external
    
    Change-Id: I7be27b049c4a482be256544c295a7aee89f81f57

diff --git a/Library_merged.mk b/Library_merged.mk
index c540e59..2d5ef60 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_Library_use_externals,merged,\
 	gio \
 	graphite \
 	$(if $(ENABLE_GTK),gtk) \
+	harfbuzz \
 	hunspell \
 	icui18n \
 	icule \
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 8247438..f1de72b 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -98,24 +98,14 @@ endif
 
 $(eval $(call gb_Library_use_externals,vcl,\
 	boost_headers \
+	gio \
+	harfbuzz \
 	icule \
 	icuuc \
 	icu_headers \
 	lcms2 \
 ))
 
-ifneq ($(ENABLE_GIO),)
-$(eval $(call gb_Library_use_externals,vcl,\
-	gio \
-))
-endif
-
-ifeq ($(ENABLE_HARFBUZZ),TRUE)
-$(eval $(call gb_Library_use_externals,vcl,\
-	harfbuzz \
-))
-endif
-
 $(eval $(call gb_Library_add_exception_objects,vcl,\
     vcl/source/app/brand \
     vcl/source/app/dbggui \


More information about the Libreoffice-commits mailing list