mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-misc/plasma-nm: fix build with net-misc/networkmanager-1.0.6
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Fixes build with networkmanager-1.0.6.
|
||||
|
||||
Triggered by http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=nm-1-0&id=6f616d4c4b04d5478f60d0311317bc84c5459ea4.
|
||||
|
||||
--- CMakeLists.txt
|
||||
+++ CMakeLists.txt
|
||||
@@ -49,6 +49,7 @@
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libs
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/libs/editor/
|
||||
${NETWORKMANAGER_INCLUDE_DIRS}
|
||||
+ ${NM-UTIL_INCLUDE_DIRS}
|
||||
${NETWORKMANAGERQT_INCLUDE_DIRS}
|
||||
${KDE4_INCLUDES})
|
||||
|
||||
@@ -39,6 +39,8 @@ DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-networkmanager-1.0.6.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake-utils_use !modemmanager DISABLE_MODEMMANAGER_SUPPORT)
|
||||
|
||||
Reference in New Issue
Block a user