summaryrefslogtreecommitdiffstats
path: root/libreofficekit/Package_selectionhandles.mk
diff options
context:
space:
mode:
authorPranav Kant <pranavk@libreoffice.org>2016-01-19 18:34:56 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-01-19 18:04:52 +0100
commit11a3449429c5853c5feedce6ac3f8f3829d1bbf9 (patch)
treeda1c4da080f43841e593ef7c5b6ff77fb98a5886 /libreofficekit/Package_selectionhandles.mk
parentxmlsecurity: import OOXML <mdssi:Value> (diff)
downloadcore-11a3449429c5853c5feedce6ac3f8f3829d1bbf9.tar.gz
core-11a3449429c5853c5feedce6ac3f8f3829d1bbf9.zip
lokdocview: Package and install selection handles
Now since, LOKDocView has started to get clients, we need to ship all of its dependencies with the widget. Reviewed on: https://gerrit.libreoffice.org/21605 Change-Id: I874eb416587a80b7760c5f00183d6004dfca4cce
Diffstat (limited to 'libreofficekit/Package_selectionhandles.mk')
-rw-r--r--libreofficekit/Package_selectionhandles.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/libreofficekit/Package_selectionhandles.mk b/libreofficekit/Package_selectionhandles.mk
new file mode 100644
index 000000000000..5d87805c2c28
--- /dev/null
+++ b/libreofficekit/Package_selectionhandles.mk
@@ -0,0 +1,19 @@
+# -*- 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_Package_Package,libreofficekit_selectionhandles,$(SRCDIR)/android/source/res/drawable))
+
+$(eval $(call gb_Package_add_files,libreofficekit_selectionhandles,$(LIBO_SHARE_FOLDER)/libreofficekit,\
+ handle_image_start.png \
+ handle_image_middle.png \
+ handle_image_end.png \
+ handle_graphic.png \
+))
+
+# vim: set noet sw=4 ts=4: