mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
xfce4-session: 4.13.2 -> 4.13.3
* remove dependency dbus-glib which is replaced by gdbus already * remove dependency gtk+ that gtk+3 is used right now * clean items in DEPENDS which are imported indirectly by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-13
@@ -3,17 +3,7 @@ SECTION = "x11"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = "dbus libwnck3 libsm libxfce4ui virtual/libx11"
|
||||||
dbus \
|
|
||||||
dbus-glib \
|
|
||||||
gtk+ \
|
|
||||||
libwnck3 \
|
|
||||||
libsm \
|
|
||||||
libxfce4ui \
|
|
||||||
libxfce4util \
|
|
||||||
virtual/libx11 \
|
|
||||||
xfconf \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit xfce update-alternatives distro_features_check
|
inherit xfce update-alternatives distro_features_check
|
||||||
|
|
||||||
@@ -25,8 +15,8 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit"
|
|||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://0001-configure.in-hard-code-path-to-iceauth.patch \
|
file://0001-configure.in-hard-code-path-to-iceauth.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "1306b6166f47cdf6e0c61259abbb621f"
|
SRC_URI[md5sum] = "94eca4dd2280910292abf9692304ce2c"
|
||||||
SRC_URI[sha256sum] = "c0be0c7e602c962d0e8fca63bd86165e60313d07bfb72cf2c3f99ab53e2a22a1"
|
SRC_URI[sha256sum] = "eaed34f29aa044d878d60dcb7293a542f48248919e3dcd8df98215121cb6d362"
|
||||||
|
|
||||||
ALTERNATIVE_${PN} = "x-session-manager"
|
ALTERNATIVE_${PN} = "x-session-manager"
|
||||||
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
|
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
|
||||||
Reference in New Issue
Block a user