Merge pull request #327 from morphis/f/disable-mir-support
Disable mir support as it is broken with latest landings in Ubuntu 16.04
This commit is contained in:
commit
fd44f1b53e
1 changed files with 6 additions and 4 deletions
|
|
@ -69,10 +69,12 @@ pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED)
|
|||
pkg_check_modules(DBUS dbus-1 REQUIRED)
|
||||
pkg_check_modules(LXC lxc REQUIRED)
|
||||
pkg_check_modules(PROPERTIES_CPP properties-cpp REQUIRED)
|
||||
pkg_check_modules(MIRCLIENT mirclient)
|
||||
if (MIRCLIENT_FOUND)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMIR_SUPPORT")
|
||||
endif()
|
||||
# FIXME mir support is currently broken due to mir's API
|
||||
# being broken with recent landings in Ubuntu 16.04
|
||||
# pkg_check_modules(MIRCLIENT mirclient)
|
||||
# if (MIRCLIENT_FOUND)
|
||||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMIR_SUPPORT")
|
||||
# endif()
|
||||
|
||||
#####################################################################
|
||||
# Enable code coverage calculation with gcov/gcovr/lcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue