diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gdm/gdm_43.0.bb (renamed from meta-gnome/recipes-gnome/gdm/gdm_42.0.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_42.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_43.0.bb index 00fb56b2b1..1b09c20d4c 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_42.0.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_43.0.bb | |||
| @@ -3,12 +3,15 @@ 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 | accountsservice \ | ||
| 7 | audit \ | ||
| 6 | dconf-native \ | 8 | dconf-native \ |
| 7 | gtk+3 \ | 9 | gtk+3 \ |
| 8 | accountsservice \ | 10 | keyutils \ |
| 9 | libcanberra \ | 11 | libcanberra \ |
| 10 | libpam \ | ||
| 11 | libgudev \ | 12 | libgudev \ |
| 13 | libpam \ | ||
| 14 | xserver-xorg \ | ||
| 12 | " | 15 | " |
| 13 | 16 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data" | 17 | REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data" |
| @@ -16,9 +19,9 @@ GIR_MESON_OPTION = "" | |||
| 16 | 19 | ||
| 17 | GNOMEBASEBUILDCLASS = "meson" | 20 | GNOMEBASEBUILDCLASS = "meson" |
| 18 | 21 | ||
| 19 | inherit gnomebase gsettings gobject-introspection gettext systemd useradd itstool gnome-help features_check | 22 | inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check |
| 20 | 23 | ||
| 21 | SRC_URI[archive.sha256sum] = "a328ac976937bec179971ff07829a1246b98ce724181c128ae32a0ba47ad3855" | 24 | SRC_URI[archive.sha256sum] = "94d70d6ed7df59fa7fde4fd02fed1168593a8adce10fcee113c148d52b392294" |
| 22 | 25 | ||
| 23 | EXTRA_OEMESON = " \ | 26 | EXTRA_OEMESON = " \ |
| 24 | -Dplymouth=disabled \ | 27 | -Dplymouth=disabled \ |
| @@ -55,4 +58,3 @@ FILES:${PN} += " \ | |||
| 55 | " | 58 | " |
| 56 | 59 | ||
| 57 | RDEPENDS:${PN} += "${PN}-base" | 60 | RDEPENDS:${PN} += "${PN}-base" |
| 58 | |||
