diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-13 15:55:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-14 11:56:54 +0000 |
commit | ee735a153627ebdf6ac89de60751f19373289139 (patch) | |
tree | 6b6649dbd818ada7ee4ff48c9874df686e73738e | |
parent | 2531779256a94ce3adc094ef4ddb5e59dd4bff5a (diff) | |
download | poky-ee735a153627ebdf6ac89de60751f19373289139.tar.gz |
packagegroup-core-x11-base: use virtual-x-terminal-emulator
Instead of depending on matchbox-terminal explicitly, just depend on
the virtual name.
core-image-x11 then uses rxvt instead of matchbox-terminal, as that is
the default, removing the entire GTK+ stack from the image.
core-image-sato and friends are unchanged as the sato packagegroup pulls
in matchbox-terminal explicitly, so rxvt isn't needed.
(From OE-Core rev: e3820f60412497d759c7b0715bdf303f787c1432)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index db6242af33..d82d318368 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | |||
@@ -8,8 +8,8 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
8 | RDEPENDS:${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
9 | packagegroup-core-x11-xserver \ | 9 | packagegroup-core-x11-xserver \ |
10 | packagegroup-core-x11-utils \ | 10 | packagegroup-core-x11-utils \ |
11 | matchbox-terminal \ | ||
12 | matchbox-wm \ | 11 | matchbox-wm \ |
13 | mini-x-session \ | 12 | mini-x-session \ |
13 | virtual-x-terminal-emulator \ | ||
14 | liberation-fonts \ | 14 | liberation-fonts \ |
15 | " | 15 | " |