[Libreoffice-commits] .: 2 commits - svgio/Library_svgio.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 7 01:11:38 PST 2012


 svgio/Library_svgio.mk |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

New commits:
commit 3c950c36620bfadb2acc539b438e771cbedfa2a5
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 7 10:08:10 2012 +0100

    drop precompiled header crack
    
    Change-Id: I37cddf2e6bd055f07a47430d75b985fccb7354c1

diff --git a/svgio/Library_svgio.mk b/svgio/Library_svgio.mk
index b38c3d7..3c8f6ba 100644
--- a/svgio/Library_svgio.mk
+++ b/svgio/Library_svgio.mk
@@ -24,8 +24,6 @@ $(eval $(call gb_Library_use_packages,svgio,\
 	svgio_inc \
 ))
 
-$(eval $(call gb_Library_add_precompiled_header,svgio,$(SRCDIR)/svgio/inc/pch/precompiled_svgio))
-
 $(eval $(call gb_Library_use_sdk_api,svgio))
 
 $(eval $(call gb_Library_add_defs,svgio,\
commit 14f756e680d0fec918f53c03595009acb8639d62
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 7 09:49:29 2012 +0100

    add missing package name
    
    Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185

diff --git a/svgio/Library_svgio.mk b/svgio/Library_svgio.mk
index bc4ddb6..b38c3d7 100644
--- a/svgio/Library_svgio.mk
+++ b/svgio/Library_svgio.mk
@@ -20,17 +20,14 @@ $(eval $(call gb_Library_Library,svgio))
 
 $(eval $(call gb_Library_set_componentfile,svgio,svgio/svgio))
 
-$(eval $(call gb_Library_use_package,svgio))
+$(eval $(call gb_Library_use_packages,svgio,\
+	svgio_inc \
+))
 
 $(eval $(call gb_Library_add_precompiled_header,svgio,$(SRCDIR)/svgio/inc/pch/precompiled_svgio))
 
 $(eval $(call gb_Library_use_sdk_api,svgio))
 
-$(eval $(call gb_Library_set_include,svgio,\
-    $$(INCLUDE) \
-    -I$(SRCDIR)/svgio/inc \
-))
-
 $(eval $(call gb_Library_add_defs,svgio,\
     -DSVGIO_DLLIMPLEMENTATION \
 ))


More information about the Libreoffice-commits mailing list