diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 07:42:52 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 16:44:47 +0200 |
commit | 2f8d2c4ce4652e4e906eada7d248556db9bdc666 (patch) | |
tree | eb6f5de21f03d48586ddab155978c838246008aa /sd/Package_opengl.mk | |
parent | eb65a8d64862aa324846967034d55e3d2b72f2c5 (diff) |
install impress xml config files using filelists
Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df
Diffstat (limited to 'sd/Package_opengl.mk')
-rw-r--r-- | sd/Package_opengl.mk | 18 |
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: |