aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-base/xfce4-session_4.6.1.bb
blob: 663d79631d7274416e30c45faa29f1f91af41025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop  Environment"
DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils"
SECTION = "x11"

PR = "r4"

inherit xfce46

RDEPENDS_${PN} = "iceauth xfce-utils xinit dbus-x11"

FILES_${PN} += "${libdir}/xfce4/splash/engines/*.so"
FILES_${PN} += "${datadir}/xfce4/tips/*"
FILES_${PN} += "${datadir}/themes/Default/balou/*"

FILES_${PN}-dbg += "${libdir}/xfce4/splash/engines/.debug/*.so"
FILES_${PN}-dbg += "${libdir}/xfce4/splash/engines/.debug/*.a"

FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.la"
FILES_${PN}-dev += "${libdir}/xfce4/splash/engines/*.a"