diff options
Diffstat (limited to 'meta-xfce/classes/thunar-plugin.bbclass')
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 2 |
1 files changed, 2 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" | ||