summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-11-08 16:57:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-11-26 07:59:56 +0100
commit63efa2fbfd108457409026aca41847f9e5ebcb2b (patch)
tree61ec0fa2790dfe0f30645af3ebea933657cf04bc
parent16d3ab61ca12fa0ba9a0884e51e1cbb5e684cbc1 (diff)
downloadptxdist-63efa2fbfd108457409026aca41847f9e5ebcb2b.tar.gz
ptxdist-63efa2fbfd108457409026aca41847f9e5ebcb2b.tar.xz
platform-opengl: turn it into a virtual package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/platform-opengl.in1
-rw-r--r--rules/platform-opengl.make14
2 files changed, 1 insertions, 14 deletions
diff --git a/rules/platform-opengl.in b/rules/platform-opengl.in
index 56fb85e4e..fbf7d16b5 100644
--- a/rules/platform-opengl.in
+++ b/rules/platform-opengl.in
@@ -2,6 +2,7 @@
config PLATFORM_OPENGL
tristate
+ select VIRTUAL
select MESALIB
select MESALIB_EGL
select MESALIB_GLES2
diff --git a/rules/platform-opengl.make b/rules/platform-opengl.make
deleted file mode 100644
index f21c8ff15..000000000
--- a/rules/platform-opengl.make
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# 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