mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
sys940x: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, one needs to do it in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
f2652b3223
commit
164067980e
|
|
@ -94,6 +94,13 @@ in your local.conf. For example:
|
|||
|
||||
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
|
||||
|
||||
The emgd recipe depends on Xorg's dri and glx modules, which are built
|
||||
only when 'opengl' is listed in DISTRO_FEATURES. So if the distro
|
||||
doesn't list 'opengl' in the DISTRO_FEATURES you would need this
|
||||
additional line to your local.conf:
|
||||
|
||||
DISTRO_FEATURES_append = " opengl"
|
||||
|
||||
If you want to enable the layer that does not support EMGD graphics
|
||||
add the following to the local.conf file:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user