summaryrefslogtreecommitdiffstats
path: root/sd/Package_opengl.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-04 07:42:52 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-04 16:44:47 +0200
commit2f8d2c4ce4652e4e906eada7d248556db9bdc666 (patch)
treeeb6f5de21f03d48586ddab155978c838246008aa /sd/Package_opengl.mk
parentinstall openoffice 1.0 DTD files using filelist (diff)
downloadcore-2f8d2c4ce4652e4e906eada7d248556db9bdc666.tar.gz
core-2f8d2c4ce4652e4e906eada7d248556db9bdc666.zip
install impress xml config files using filelists
Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df
Diffstat (limited to 'sd/Package_opengl.mk')
-rw-r--r--sd/Package_opengl.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/sd/Package_opengl.mk b/sd/Package_opengl.mk
new file mode 100644
index 000000000000..15a33da7dbfc
--- /dev/null
+++ b/sd/Package_opengl.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_Package_Package,sd_opengl,$(SRCDIR)/sd/xml))
+
+$(eval $(call gb_Package_set_outdir,sd_opengl,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,sd_opengl,share/config/soffice.cfg/simpress,\
+ transitions-ogl.xml \
+))
+
+# vim: set noet sw=4 ts=4: