From: Yann E. MORIN Date: Sat, 5 Apr 2014 15:21:50 +0000 (+0200) Subject: package/libegl: convert to the virtual-package infrastructure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30eafe597ff0641654ecb1e1eeef0a652eac455e;p=buildroot.git package/libegl: convert to the virtual-package infrastructure Signed-off-by: "Yann E. MORIN" Cc: Eric Le Bihan Cc: Thomas Petazzoni Cc: Thomas De Schampheleire Cc: Mike Zick Reviewed-by: Samuel Martin [eric.le.bihan.dev@free.fr: tested on RPi, with Qt5] Tested-by: Eric Le Bihan Signed-off-by: Thomas Petazzoni --- 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))