mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
xfdesktop: 4.18.1 -> 4.20.0
Upgrade xfdesktop from 4.18.1 to 4.20.0: * add dependency libxfce4windowing * set variables from glib-2.0.pc in EXTRA_OECONF since paths have been removed from the .pc file in oe-core Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+8
-1
@@ -12,6 +12,7 @@ DEPENDS = " \
|
|||||||
libwnck3 \
|
libwnck3 \
|
||||||
libxfce4ui \
|
libxfce4ui \
|
||||||
libxfce4util \
|
libxfce4util \
|
||||||
|
libxfce4windowing \
|
||||||
thunar \
|
thunar \
|
||||||
xfconf \
|
xfconf \
|
||||||
"
|
"
|
||||||
@@ -20,9 +21,15 @@ inherit xfce features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756"
|
SRC_URI[sha256sum] = "227041ba80c7f3eb9c99dec817f1132b35d8aec7a4335703f61ba1735cd65632"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "notify"
|
PACKAGECONFIG ??= "notify"
|
||||||
PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
|
||||||
|
GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
|
||||||
|
GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \
|
||||||
|
GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \
|
||||||
|
"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/backgrounds"
|
FILES:${PN} += "${datadir}/backgrounds"
|
||||||
Reference in New Issue
Block a user