diff options
author | Eric Hameleers <alien@slackware.com> | 2015-09-13 13:31:27 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-09-13 13:42:12 +0200 |
commit | 0cb37439f64403daf814640249486a3ae5d3c08f (patch) | |
tree | 83106ab34cd8bc8a38e64ae16788ac99e953c90f /kde/patch/plasma-nm | |
parent | 3a77d91e85cdeb6ff716683aaf242e633c9e960f (diff) | |
download | ktown-0cb37439f64403daf814640249486a3ae5d3c08f.tar.gz ktown-0cb37439f64403daf814640249486a3ae5d3c08f.tar.xz |
Fix the compilation against NetworkManager 1.0.6
Patches were gratiously taken from Gentoo.
These allow kde-runtime (solid backend) and plasma-nm
to compile properly against NetworkManager 1.0.6.
Diffstat (limited to 'kde/patch/plasma-nm')
-rw-r--r-- | kde/patch/plasma-nm/plasma-nm_networkmanager.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde/patch/plasma-nm/plasma-nm_networkmanager.patch b/kde/patch/plasma-nm/plasma-nm_networkmanager.patch new file mode 100644 index 0000000..e635954 --- /dev/null +++ b/kde/patch/plasma-nm/plasma-nm_networkmanager.patch @@ -0,0 +1,17 @@ +Patch taken from gentoo: +https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7dad9ddb35e1e3e68ad43176c5e48fbb25338d + +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}) + |