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