summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/README7
1 files changed, 7 insertions, 0 deletions
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:
102 102
103 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" 103 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
104 104
105The emgd recipe depends on Xorg's dri and glx modules, which are built
106only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
107doesn't list 'opengl' in the DISTRO_FEATURES you would need this
108additional line to your local.conf:
109
110 DISTRO_FEATURES_append = " opengl"
111
105If you want to enable the layer that does not support EMGD graphics 112If you want to enable the layer that does not support EMGD graphics
106add the following to the local.conf file: 113add the following to the local.conf file:
107 114