aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-05-02 22:10:07 +0200
committerKhem Raj <raj.khem@gmail.com>2021-05-03 08:06:18 -0700
commit17f43204f27c1421f494dbcc80ec7cb90dbec659 (patch)
tree85a0af245de389dbabf0a9aeb40aab7c37a62cc3
parentdf10c7bcc03d1a3eb0cd4d7e937bd935c8043c97 (diff)
downloadmeta-openembedded-contrib-17f43204f27c1421f494dbcc80ec7cb90dbec659.tar.gz
mutter/wayland: replace xserver-xorg-xwayland by xwayland in rdep
* xwayland is in better condition than xserver-xorg-xwayland * by default xserver-xorg does not set PACKAGECONFIG xwayland any more. So xserver-xorg-xwayland turns into an empty package and that causes trouble in do_rootfs. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
index a3e479869b..adbfcd6d7d 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
@@ -57,7 +57,7 @@ PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false,
PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof"
PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"
-PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland wayland-native, xserver-xorg-xwayland"
+PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland wayland-native, xwayland"
PACKAGECONFIG[wayland-eglstream] = "-Dwayland_eglstream=true,-Dwayland_eglstream=false"
# yes they changed from mutter-4 -> mutter-5 recently so be perpared