diff options
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb (renamed from meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb index 162748d304..b1604e8dfb 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.38.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | 5 | ||
6 | SRC_URI[archive.sha256sum] = "45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58" | 6 | SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533" |
7 | 7 | ||
8 | DEPENDS = "dbus glib-2.0 intltool-native" | 8 | DEPENDS = "dbus glib-2.0 intltool-native" |
9 | 9 | ||
@@ -18,6 +18,7 @@ EXTRA_OEMESON_append_class-native = " -Dbash_completion=false" | |||
18 | 18 | ||
19 | FILES_${PN} += " \ | 19 | FILES_${PN} += " \ |
20 | ${datadir}/dbus-1 \ | 20 | ${datadir}/dbus-1 \ |
21 | ${systemd_user_unitdir} \ | ||
21 | ${libdir}/gio/modules/*.so \ | 22 | ${libdir}/gio/modules/*.so \ |
22 | " | 23 | " |
23 | 24 | ||