diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-05-13 14:52:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-13 08:27:19 -0700 |
commit | 94c686cb13be1fc828fb35ac259e46669552d684 (patch) | |
tree | 9e96971bbb3c823e6ad137623942966f4e939145 | |
parent | 7d9d43b5b381e4071bb4e8894ab0e4d57b8db7f6 (diff) | |
download | meta-openembedded-94c686cb13be1fc828fb35ac259e46669552d684.tar.gz |
mutter: use libxcvt instead of xserver-xorg-cvt
xserver-xorg-cvt is deprecated and libxcvt can be used as drop-in replacement
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_48.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb index 777fef79b0..6f799ad57a 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb | |||
@@ -3,7 +3,6 @@ LICENSE = "GPL-2.0-only" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | DEPENDS = " \ |
6 | xserver-xorg-cvt-native \ | ||
7 | wayland-native \ | 6 | wayland-native \ |
8 | virtual/libx11 \ | 7 | virtual/libx11 \ |
9 | colord \ | 8 | colord \ |
@@ -16,6 +15,7 @@ DEPENDS = " \ | |||
16 | json-glib \ | 15 | json-glib \ |
17 | libdisplay-info \ | 16 | libdisplay-info \ |
18 | libei \ | 17 | libei \ |
18 | libxcvt-native \ | ||
19 | libxtst \ | 19 | libxtst \ |
20 | libxkbfile \ | 20 | libxkbfile \ |
21 | python3-argcomplete-native \ | 21 | python3-argcomplete-native \ |