summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/mutter/mutter_45.1.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
index 60347aa492..6093a0fe92 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb
@@ -6,6 +6,7 @@ DEPENDS = " \
6 xserver-xorg-cvt-native \ 6 xserver-xorg-cvt-native \
7 wayland-native \ 7 wayland-native \
8 virtual/libx11 \ 8 virtual/libx11 \
9 colord \
9 graphene \ 10 graphene \
10 gtk4 \ 11 gtk4 \
11 gdk-pixbuf \ 12 gdk-pixbuf \
@@ -13,8 +14,6 @@ DEPENDS = " \
13 pango \ 14 pango \
14 gsettings-desktop-schemas \ 15 gsettings-desktop-schemas \
15 json-glib \ 16 json-glib \
16 gnome-desktop \
17 gnome-settings-daemon \
18 libei \ 17 libei \
19 libxtst \ 18 libxtst \
20 libxkbfile \ 19 libxkbfile \
@@ -41,6 +40,7 @@ PACKAGECONFIG ??= " \
41 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \ 40 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \
42 sm \ 41 sm \
43 startup-notification \ 42 startup-notification \
43 gnome-desktop \
44" 44"
45 45
46EXTRA_OEMESON += " \ 46EXTRA_OEMESON += " \
@@ -57,7 +57,9 @@ PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=true, -Dlibdisplay_info=fals
57PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" 57PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom"
58# Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ 58# Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+
59PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" 59PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire"
60PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon"
60PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" 61PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
62PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcanberra"
61PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" 63PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof"
62PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" 64PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"
63 65
@@ -102,5 +104,5 @@ FILES:${PN}-dev += " \
102 ${libdir}/${MUTTER_API_NAME}/lib*.so \ 104 ${libdir}/${MUTTER_API_NAME}/lib*.so \
103" 105"
104 106
105RDEPENDS:${PN} += "zenity ${PN}-gsettings" 107RDEPENDS:${PN} += "zenity ${PN}-gsettings gsettings-desktop-schemas"
106 108