diff options
author | Martin Kelly <mkelly@xevo.com> | 2017-10-11 11:39:16 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-12 10:31:03 +0000 |
commit | 151ea4141d2e332b706241aebbd3fb5b206b0072 (patch) | |
tree | db8f58cc7b196a2c17ad77e6cec5ef3420bc33de | |
parent | 48de89fbf1c66370d15c87b9dcab5371f180e5a4 (diff) |
weston-ini-conf: require eGALAX screen
After commit f970319c6d4a2ecf6044ab3b2ef8f0d5f5c3471c, the
intel-corei7-64 and joule builds are broken because they're defaulting
to the eGALAX screen, which isn't in the require list in screen.inc.
Fix this by adding eGALAX to screen.inc.
Change-Id: I8d87c1defa586a0bfe1b2d266ec4a8c61f5c5654
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11233
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc b/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc index 1c7718c70..e91e90212 100644 --- a/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc +++ b/meta-agl/recipes-graphics/wayland/weston-ini-conf/screen.inc @@ -2,3 +2,4 @@ require screen_dell.inc require screen_qemu.inc require screen_GeChic.inc require screen_DSI.inc +require screen_eGalax.inc |