diff options
-rw-r--r-- | meta-gnome/recipes-gnome/file-roller/file-roller_3.32.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.4.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.4.bb index 0e57848c5c..a95735c9b9 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.4.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.32.4.bb | |||
@@ -16,7 +16,10 @@ inherit gnomebase gsettings itstool gnome-help gettext upstream-version-is-even | |||
16 | SRC_URI[archive.md5sum] = "21982b8d298cb2994a99494399dcb2d5" | 16 | SRC_URI[archive.md5sum] = "21982b8d298cb2994a99494399dcb2d5" |
17 | SRC_URI[archive.sha256sum] = "1b3b2cbfcb444e0d150bfd063add9d5181c8ab24f0593e5a8894399297214017" | 17 | SRC_URI[archive.sha256sum] = "1b3b2cbfcb444e0d150bfd063add9d5181c8ab24f0593e5a8894399297214017" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', '', d)}" | ||
20 | |||
19 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" | 21 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=true,-Dnautilus-actions=false,nautilus" |
22 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," | ||
20 | 23 | ||
21 | FILES_${PN} += " \ | 24 | FILES_${PN} += " \ |
22 | ${datadir}/dbus-1 \ | 25 | ${datadir}/dbus-1 \ |