From 4f21f38566b50dd2dd4d11549f47daae6ebb5a7b Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 19 Aug 2013 19:39:43 +0000 Subject: emenlow: mention required opengl distro feature in the README Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, one needs to do it in local.conf. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-emenlow/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-emenlow') diff --git a/meta-emenlow/README b/meta-emenlow/README index 3049fe59..027abf40 100644 --- a/meta-emenlow/README +++ b/meta-emenlow/README @@ -102,6 +102,13 @@ in your local.conf. For example: LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" +The emgd recipe depends on Xorg's dri and glx modules, which are built +only when 'opengl' is listed in DISTRO_FEATURES. So if the distro +doesn't list 'opengl' in the DISTRO_FEATURES you would need this +additional line to your local.conf: + + DISTRO_FEATURES_append = " opengl" + If you want to enable the layer that does not support EMGD graphics add the following to the local.conf file: -- cgit v1.2.3-54-g00ecf