Move handling of D-Bus files to the KF5 class

This commit is contained in:
Volker Krause
2017-10-29 19:16:23 +01:00
parent 9b6eddf5fa
commit aa85f0a191
10 changed files with 5 additions and 31 deletions

View File

@@ -22,7 +22,12 @@ do_install_prepend() {
BBCLASSEXTEND = "native nativesdk"
FILES_${PN} += " \
${datadir}/dbus-1/services/*.service \
"
FILES_${PN}-dev += " \
${datadir}/dbus-1/interfaces/*.xml \
${libdir}/cmake/KF5*/*.cmake \
${prefix}/mkspecs/modules/qt_*.pri \
"