summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-04-05 17:21:50 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-05 19:21:06 +0200
commit30eafe597ff0641654ecb1e1eeef0a652eac455e (patch)
tree41aac8c638ad59e001cd1512929257a1f26b0d60
parentc5d546450fc166ff862b0e39f206fdb0caed5a1a (diff)
downloadbuildroot-30eafe597ff0641654ecb1e1eeef0a652eac455e.tar.gz
buildroot-30eafe597ff0641654ecb1e1eeef0a652eac455e.zip
package/libegl: convert to the virtual-package infrastructure
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Mike Zick <minimod@morethan.org> Reviewed-by: Samuel Martin <s.martin49@gmail.com> [eric.le.bihan.dev@free.fr: tested on RPi, with Qt5] Tested-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/opengl/libegl/libegl.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/opengl/libegl/libegl.mk b/package/opengl/libegl/libegl.mk
index 2e399cef6a..1f5460e643 100644
--- a/package/opengl/libegl/libegl.mk
+++ b/package/opengl/libegl/libegl.mk
@@ -4,13 +4,4 @@
#
################################################################################
-LIBEGL_SOURCE =
-LIBEGL_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_LIBEGL))
-
-ifeq ($(BR2_PACKAGE_HAS_LIBEGL),y)
-ifeq ($(LIBEGL_DEPENDENCIES),)
-$(error No libEGL implementation selected. Configuration error.)
-endif
-endif
-
-$(eval $(generic-package))
+$(eval $(virtual-package))
OpenPOWER on IntegriCloud