deliver librsvg build products
Change-Id: If2d528f02a44e6828a26a843106a1005917dcb4e
This commit is contained in:
25
librsvg/ExternalPackage_librsvg.mk
Normal file
25
librsvg/ExternalPackage_librsvg.mk
Normal 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:
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user