[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules. |
Date: |
Fri, 6 Oct 2017 14:16:24 +0200 |
This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not
base this any prefix.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3134a4c73..9bd3f74cf 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -319,7 +319,8 @@
http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
`(("qtbase" ,qtbase)))
(arguments
`(#:configure-flags
- '("-DINSTALL_UDEV_RULE:BOOL=OFF")
+ (list (string-append
+ "-DUDEV_RULES_INSTALL_DIR=" %output "/lib/udev/rules.d"))
#:tests? #f)) ; DBUS_FATAL_WARNINGS=0 still yields 7/8 tests failing
(home-page "https://community.kde.org/Frameworks")
(synopsis "QML wrapper for BlueZ")
--
2.13.5
[bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules.,
Hartmut Goebel <=
[bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local network via avahi., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 16/23] gnu: kio: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 22/23] gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 21/23] gnu: Add kdewebkit., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 23/23] gnu: kdoctools: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06