diff options
-rw-r--r-- | meta-fri2/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-fri2/README b/meta-fri2/README index 952130a4..4414ea41 100644 --- a/meta-fri2/README +++ b/meta-fri2/README | |||
@@ -114,6 +114,13 @@ your local.conf. For example: | |||
114 | 114 | ||
115 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" | 115 | LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin" |
116 | 116 | ||
117 | The emgd recipe depends on Xorg's dri and glx modules, which are built | ||
118 | only when 'opengl' is listed in DISTRO_FEATURES. So if the distro | ||
119 | doesn't list 'opengl' in the DISTRO_FEATURES you would need this | ||
120 | additional line to your local.conf: | ||
121 | |||
122 | DISTRO_FEATURES_append = " opengl" | ||
123 | |||
117 | If you want to enable the layer that does not support EMGD graphics, | 124 | If you want to enable the layer that does not support EMGD graphics, |
118 | add the following to the local.conf file: | 125 | add the following to the local.conf file: |
119 | 126 | ||