blob: 2e167cc01ca9ab1f1ebd6aacd3f59e487350fe44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Xfce configuration daemon and utilities"
HOMEPAGE = "http://www.xfce.org"
SECTION = "x11/wm"
LICENSE = "GPL-2"
DEPENDS = "libxfce4util"
RDEPENDS = "libxfce4util"
PR = "r1"
inherit xfce46
do_stage() {
autotools_stage_all
}
FILES_${PN} += "${datadir}/dbus-1/services/org.xfce.Xfconf.service"
|