mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
solid-networkstatus: include libnm-glib headers directories
fixes build with recent versions of NetworkManager
This commit is contained in:
parent
aaf9dc42e0
commit
4550b23406
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if(NETWORKMANAGER_FOUND)
|
|||
if(NM_0_7)
|
||||
MESSAGE(STATUS "Adding in-process NetworkManager service-wart to kded module")
|
||||
set(kded_networkstatus_PART_SRCS ${kded_networkstatus_PART_SRCS} networkmanagerstatus.cpp)
|
||||
include_directories(${NETWORKMANAGER_INCLUDE_DIRS})
|
||||
include_directories(${NETWORKMANAGER_INCLUDE_DIRS} ${NM-GLIB_INCLUDE_DIRS})
|
||||
add_definitions(-DNM_BACKEND_ENABLED)
|
||||
endif(NM_0_7)
|
||||
endif(NETWORKMANAGER_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue