blob: 01c3bff062da5ed4fc44f531c107baa570c2fcdf [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "Application library for the Xfce desktop environment"
2SECTION = "x11"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00004LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Andrew Geissler78b72792022-06-14 06:47:25 -05005DEPENDS = "gtk+3 libxfce4ui liburi-perl-native cairo"
Andrew Geissler595f6302022-01-24 19:11:47 +00006
7inherit xfce perlnative gtk-doc features_check mime-xdg
8
Andrew Geissler78b72792022-06-14 06:47:25 -05009# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
10# cairo would at least needed to be built with xlib.
11ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13# SRC_URI must follow inherited one
14SRC_URI += " \
15 file://exo-no-tests-0.8.patch \
16 file://configure.patch \
17"
18
Andrew Geissler615f2f12022-07-15 14:00:58 -050019SRC_URI[sha256sum] = "82a50c67e78f1e5c420b7615515bcca759b86eeab99224ab8eca4306b89d2eca"
Andrew Geissler595f6302022-01-24 19:11:47 +000020
21# Note: python bindings did not work in oe-dev and are about to be moved to
22# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
23FILES:${PN} += " \
24 ${datadir}/xfce4/ \
25 ${libdir}/xfce4/exo* \
26"