deliver librsvg build products

Change-Id: If2d528f02a44e6828a26a843106a1005917dcb4e
This commit is contained in:
David Tardon
2012-10-16 10:28:45 +02:00
parent 5b4fa31aff
commit 82b7f772ea
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_ExternalPackage_ExternalPackage,librsvg,rsvg))
$(eval $(call gb_ExternalPackage_use_external_project,librsvg,librsvg))
$(eval $(call gb_ExternalPackage_add_files,librsvg,lib,\
.libs/librsvg-2.2.dylib \
))
$(eval $(call gb_ExternalPackage_add_unpacked_files,librsvg,inc/external/librsvg-2.0/librsvg,\
rsvg-cairo.h \
rsvg-enum-types.h \
rsvg-features.h \
rsvg.h \
))
# vim: set noet sw=4 ts=4:

View File

@@ -15,6 +15,7 @@ $(eval $(call gb_Module_add_targets,librsvg,\
))
ifeq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,librsvg,\
ExternalPackage_librsvg \
ExternalProject_librsvg \
))
else ifeq ($(OS),WNT)