bluez-qt: Overwrite UDEV_RULES_INSTALL_DIR

Summary:
Overwrite the UDEV_RULES_INSTALL_DIR variable to ensure that the udev rules file is installed in the correct directory.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>

Reviewers: vkrause

Reviewed By: vkrause

Differential Revision: https://phabricator.kde.org/D22754
This commit is contained in:
Alistair Francis
2019-07-26 08:43:34 -07:00
parent 717a6e1d3e
commit 82132f199a

View File

@@ -11,6 +11,10 @@ S = "${WORKDIR}/git"
inherit cmake_kf5
EXTRA_OECMAKE_class-target += " \
-DUDEV_RULES_INSTALL_DIR=${libdir}/udev/rules.d \
"
FILES_${PN} += " \
${libdir}/qml/org/kde/bluezqt/* \
"