diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-08 10:02:24 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-09 10:22:05 +0000 |
| commit | 68b683a85571d76ccaf9e61e71325aacb74e4e7e (patch) | |
| tree | 44914e60fff2abcf05e70459230721cd6f71d525 /conf | |
| parent | 52cb43496382428df806fa8e2dbe7b30f640a6ec (diff) | |
| download | meta-boot2qt-68b683a85571d76ccaf9e61e71325aacb74e4e7e.tar.gz | |
colibri-imx7: use opengldummy for egl and libgles2
Use opengldummy instead mesa for the headers and libs,
which are required only for building Qt and not at runtime.
Change-Id: I82ff661e842375bd68dffb3db790b0309c71d14a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/include/colibri-imx7.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/colibri-imx7.conf b/conf/distro/include/colibri-imx7.conf index 8b580d4..ca75b0a 100644 --- a/conf/distro/include/colibri-imx7.conf +++ b/conf/distro/include/colibri-imx7.conf | |||
| @@ -43,4 +43,7 @@ BOOT_SCRIPTS += " \ | |||
| 43 | u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \ | 43 | u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | PREFERRED_PROVIDER_virtual/egl = "opengldummy" | ||
| 47 | PREFERRED_PROVIDER_virtual/libgles2 = "opengldummy" | ||
| 48 | |||
| 46 | DISTRO_FEATURES_remove = "webengine" | 49 | DISTRO_FEATURES_remove = "webengine" |
