diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-17 13:50:51 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-18 05:29:47 -0700 |
commit | ddd017a990f3c06d6666a8f9224a9e3ea0c337c3 (patch) | |
tree | 029ff9ba24eddcb5d558828dd6ffec260aa64544 /recipes-graphics | |
parent | e2e4e0ddcfbea5c5de5a98b2be17c0d443cbf138 (diff) | |
download | meta-freescale-ddd017a990f3c06d6666a8f9224a9e3ea0c337c3.tar.gz |
weston-init: Drop rdp default support
Including rdp support is costly since it pulls in `freerdp`, which
pulls in `gstreamer`. Don't include it by default.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 171b9230..69a807a3 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
@@ -10,7 +10,6 @@ SRC_URI:append:mx6sl-nxp-bsp = " file://weston.config" | |||
10 | 10 | ||
11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
12 | no-idle-timeout \ | 12 | no-idle-timeout \ |
13 | rdp \ | ||
14 | ${PACKAGECONFIG_GBM_FORMAT} \ | 13 | ${PACKAGECONFIG_GBM_FORMAT} \ |
15 | ${PACKAGECONFIG_REPAINT_WINDOW} \ | 14 | ${PACKAGECONFIG_REPAINT_WINDOW} \ |
16 | ${PACKAGECONFIG_SIZE} \ | 15 | ${PACKAGECONFIG_SIZE} \ |