diff options
Diffstat (limited to 'net-wireless/kbluetooth/kbluetooth-9999.ebuild')
| -rw-r--r-- | net-wireless/kbluetooth/kbluetooth-9999.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-wireless/kbluetooth/kbluetooth-9999.ebuild b/net-wireless/kbluetooth/kbluetooth-9999.ebuild index 50c17979f01..46f28b97194 100644 --- a/net-wireless/kbluetooth/kbluetooth-9999.ebuild +++ b/net-wireless/kbluetooth/kbluetooth-9999.ebuild @@ -31,6 +31,16 @@ RDEPEND="${DEPEND} !net-wireless/kdebluetooth4 " +src_prepare() { + kde4-base_src_prepare + + sed -e 's/${KDE4WORKSPACE_SOLIDCONTROL_LIBRARY}/solidcontrol/g' \ + -i src/CMakeLists.txt \ + -i src/device-manager/CMakeLists.txt \ + -i src/inputwizard/CMakeLists.txt \ + || die "Failed to patch CMake files" +} + src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with semantic-desktop Nepomuk) |
