diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb (renamed from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb) | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb index f4d5fef8e4..d3360b293f 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb | |||
| @@ -12,6 +12,7 @@ DEPENDS = " \ | |||
| 12 | libwnck3 \ | 12 | libwnck3 \ |
| 13 | libxfce4ui \ | 13 | libxfce4ui \ |
| 14 | libxfce4util \ | 14 | libxfce4util \ |
| 15 | libxfce4windowing \ | ||
| 15 | thunar \ | 16 | thunar \ |
| 16 | xfconf \ | 17 | xfconf \ |
| 17 | " | 18 | " |
| @@ -20,9 +21,15 @@ inherit xfce features_check | |||
| 20 | 21 | ||
| 21 | REQUIRED_DISTRO_FEATURES = "x11" | 22 | REQUIRED_DISTRO_FEATURES = "x11" |
| 22 | 23 | ||
| 23 | SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" | 24 | SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632" |
| 24 | 25 | ||
| 25 | PACKAGECONFIG ??= "notify" | 26 | PACKAGECONFIG ??= "notify" |
| 26 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 27 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
| 27 | 28 | ||
| 29 | EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \ | ||
| 30 | GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \ | ||
| 31 | GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \ | ||
| 32 | GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \ | ||
| 33 | " | ||
| 34 | |||
| 28 | FILES:${PN} += "${datadir}/backgrounds" | 35 | FILES:${PN} += "${datadir}/backgrounds" |
