summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-crownbay/README b/meta-crownbay/README
index a10ea7eb..41e36ed9 100644
--- a/meta-crownbay/README
+++ b/meta-crownbay/README
@@ -96,6 +96,13 @@ in your local.conf. For example:
96 96
97 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" 97 LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
98 98
99The emgd recipe depends on Xorg's dri and glx modules, which are built
100only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
101doesn't list 'opengl' in the DISTRO_FEATURES you would need this
102additional line to your local.conf:
103
104 DISTRO_FEATURES_append = " opengl"
105
99If you want to enable the layer that does not support EMGD graphics 106If you want to enable the layer that does not support EMGD graphics
100add the following to the local.conf file: 107add the following to the local.conf file:
101 108