diff options
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 2 | ||||
-rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 692f121d8..76b0e7233 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
@@ -7,3 +7,5 @@ DEPENDS += "thunar" | |||
7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
8 | 8 | ||
9 | FILES_${PN} += "${libdir}/thunarx-3/*.so" | 9 | FILES_${PN} += "${libdir}/thunarx-3/*.so" |
10 | |||
11 | FILES_${PN}-dev += "${libdir}/thunarx-3/*.la" | ||
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index fbc754c18..29c1245ca 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -11,3 +11,4 @@ FILES_${PN} += "${datadir}/xfce4/panel/plugins/" | |||
11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | 11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" |
12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" | 12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" |
13 | 13 | ||
14 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" \ No newline at end of file | ||