summaryrefslogtreecommitdiff
path: root/slideshow/Package_opengl.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-11 21:25:06 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-13 02:00:08 +0200
commit69e95b394616d0384e70dc6dad335eefce6a2dc2 (patch)
tree80dcdcb61e4b3d5310668ddad1842ba7c579f185 /slideshow/Package_opengl.mk
parent282c16a3713e23b3a594e7d3fbaa5b36491b86f6 (diff)
remove useless OGL transition shader code
Change-Id: I8930aab2b4d3fd00916f12b86fa06b5e011542ac
Diffstat (limited to 'slideshow/Package_opengl.mk')
-rw-r--r--slideshow/Package_opengl.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/slideshow/Package_opengl.mk b/slideshow/Package_opengl.mk
new file mode 100644
index 000000000000..866bfd0b94a8
--- /dev/null
+++ b/slideshow/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,slideshow_opengl_shader,$(SRCDIR)/slideshow/opengl))
+
+$(eval $(call gb_Package_add_files,slideshow_opengl_shader,$(LIBO_BIN_FOLDER)/opengl,\
+ slideshow/opengl/basicVertexShader.glsl \
+ slideshow/opengl/dissolveFragmentShader.glsl \
+ slideshow/opengl/staticFragmentShader.glsl \
+))
+
+# vim: set noet sw=4 ts=4: