summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
21REQUIRED_DISTRO_FEATURES = "x11" 22REQUIRED_DISTRO_FEATURES = "x11"
22 23
23SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" 24SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632"
24 25
25PACKAGECONFIG ??= "notify" 26PACKAGECONFIG ??= "notify"
26PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" 27PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
27 28
29EXTRA_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
28FILES:${PN} += "${datadir}/backgrounds" 35FILES:${PN} += "${datadir}/backgrounds"