diff options
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston/mx8mq/weston.ini | 21 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/mx8mq/weston.ini b/recipes-graphics/wayland/weston/mx8mq/weston.ini new file mode 100644 index 00000000..25f56748 --- /dev/null +++ b/recipes-graphics/wayland/weston/mx8mq/weston.ini | |||
@@ -0,0 +1,21 @@ | |||
1 | [core] | ||
2 | # i.MX: Disable idle timeout | ||
3 | idle-time=0 | ||
4 | gbm-format=argb8888 | ||
5 | |||
6 | #[output] | ||
7 | #name=HDMI-A-1 | ||
8 | #mode=1920x1080@60 | ||
9 | #transform=90 | ||
10 | |||
11 | #[output] | ||
12 | #name=HDMI-A-2 | ||
13 | #mode=off | ||
14 | # WIDTHxHEIGHT Resolution size width and height in pixels | ||
15 | # off Disables the output | ||
16 | # preferred Uses the preferred mode | ||
17 | # current Uses the current crt controller mode | ||
18 | #transform=90 | ||
19 | |||
20 | [screen-share] | ||
21 | command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize | ||
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index 1a31016a..c047e22f 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
@@ -22,6 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
23 | 23 | ||
24 | inherit autotools pkgconfig useradd distro_features_check | 24 | inherit autotools pkgconfig useradd distro_features_check |
25 | |||
25 | # Disable OpenGL for parts with GPU support for 2D but not 3D | 26 | # Disable OpenGL for parts with GPU support for 2D but not 3D |
26 | REQUIRED_DISTRO_FEATURES = "opengl" | 27 | REQUIRED_DISTRO_FEATURES = "opengl" |
27 | REQUIRED_DISTRO_FEATURES_imxgpu2d = "" | 28 | REQUIRED_DISTRO_FEATURES_imxgpu2d = "" |