mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
thunar-plugin.bbclass: pack GTK3 plugins properly
There are no GTK2 thunar plugins left in meta-xfce so remove
${libdir}/thunarx-2/*.so.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
2ad5ceafa5
commit
ae41c0e250
|
|
@ -6,4 +6,4 @@ DEPENDS += "thunar"
|
|||
|
||||
SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
FILES_${PN} += "${libdir}/thunarx-2/*.so"
|
||||
FILES_${PN} += "${libdir}/thunarx-3/*.so"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user