summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/platform-opengl.in7
-rw-r--r--rules/platform-opengl.make16
2 files changed, 23 insertions, 0 deletions
diff --git a/rules/platform-opengl.in b/rules/platform-opengl.in
new file mode 100644
index 000000000..56fb85e4e
--- /dev/null
+++ b/rules/platform-opengl.in
@@ -0,0 +1,7 @@
+## SECTION=multimedia_libs
+
+config PLATFORM_OPENGL
+ tristate
+ select MESALIB
+ select MESALIB_EGL
+ select MESALIB_GLES2
diff --git a/rules/platform-opengl.make b/rules/platform-opengl.make
new file mode 100644
index 000000000..958e16fc3
--- /dev/null
+++ b/rules/platform-opengl.make
@@ -0,0 +1,16 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_PLATFORM_OPENGL) += platform-opengl
+
+# vim: syntax=make