summaryrefslogtreecommitdiff
path: root/libwpg/ExternalPackage_libwpg.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-21 16:53:52 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 14:57:30 +0200
commitf8afd6e28232a02eace0fda3a34b4edc8dc667fe (patch)
treeb4f9e72939dbf99514f9a9e084cee515e35f64d5 /libwpg/ExternalPackage_libwpg.mk
parent98a852fe6af082fc9c9679841dc390b4635888d4 (diff)
update ext. projects to use ExternalPackage
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
Diffstat (limited to 'libwpg/ExternalPackage_libwpg.mk')
-rw-r--r--libwpg/ExternalPackage_libwpg.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/libwpg/ExternalPackage_libwpg.mk b/libwpg/ExternalPackage_libwpg.mk
new file mode 100644
index 000000000000..34cd932fcd62
--- /dev/null
+++ b/libwpg/ExternalPackage_libwpg.mk
@@ -0,0 +1,18 @@
+# -*- 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,libwpg_inc,wpg))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,libwpg_inc,inc/external/libwpg,\
+ libwpg.h \
+ WPGPaintInterface.h \
+ WPGraphics.h \
+))
+
+# vim: set noet sw=4 ts=4: