diff options
| -rw-r--r-- | meta-crownbay/README | 7 |
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 | ||
| 99 | The emgd recipe depends on Xorg's dri and glx modules, which are built | ||
| 100 | only when 'opengl' is listed in DISTRO_FEATURES. So if the distro | ||
| 101 | doesn't list 'opengl' in the DISTRO_FEATURES you would need this | ||
| 102 | additional line to your local.conf: | ||
| 103 | |||
| 104 | DISTRO_FEATURES_append = " opengl" | ||
| 105 | |||
| 99 | If you want to enable the layer that does not support EMGD graphics | 106 | If you want to enable the layer that does not support EMGD graphics |
| 100 | add the following to the local.conf file: | 107 | add the following to the local.conf file: |
| 101 | 108 | ||
