|
|
@ -783,7 +783,6 @@ if( NOT DEFINED DBUS_SERVICE_DIRECTORY )
|
|
|
|
endif( NOT DEFINED DBUS_SERVICE_DIRECTORY )
|
|
|
|
endif( NOT DEFINED DBUS_SERVICE_DIRECTORY )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( WITH_NETWORK_MANAGER_BACKEND )
|
|
|
|
|
|
|
|
##### check for dbus-1 ###########################
|
|
|
|
##### check for dbus-1 ###########################
|
|
|
|
pkg_search_module( DBUS dbus-1 )
|
|
|
|
pkg_search_module( DBUS dbus-1 )
|
|
|
|
if( NOT DBUS_FOUND )
|
|
|
|
if( NOT DBUS_FOUND )
|
|
|
@ -800,6 +799,7 @@ if( WITH_NETWORK_MANAGER_BACKEND )
|
|
|
|
endif( )
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( WITH_NETWORK_MANAGER_BACKEND )
|
|
|
|
##### check for libnm-util ###########################
|
|
|
|
##### check for libnm-util ###########################
|
|
|
|
pkg_search_module( NM_UTIL libnm-util )
|
|
|
|
pkg_search_module( NM_UTIL libnm-util )
|
|
|
|
if( NOT NM_UTIL_FOUND )
|
|
|
|
if( NOT NM_UTIL_FOUND )
|
|
|
|