diff options
Diffstat (limited to 'meta-xfce/classes/thunar-plugin.bbclass')
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 95f7d00886..447f02cee3 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
@@ -7,6 +7,3 @@ 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-2/*.so" | 9 | FILES_${PN} += "${libdir}/thunarx-2/*.so" |
10 | FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug" | ||
11 | FILES_${PN}-dev += "${libdir}/thunarx-2/*.la" | ||
12 | |||