提交 1be27c28 编写于 作者: S Simon Fels

Disable mir support as it is broken with latest landings in Ubuntu 16.04

上级 d33d98a8
...@@ -69,10 +69,12 @@ pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED) ...@@ -69,10 +69,12 @@ pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED)
pkg_check_modules(DBUS dbus-1 REQUIRED) pkg_check_modules(DBUS dbus-1 REQUIRED)
pkg_check_modules(LXC lxc REQUIRED) pkg_check_modules(LXC lxc REQUIRED)
pkg_check_modules(PROPERTIES_CPP properties-cpp REQUIRED) pkg_check_modules(PROPERTIES_CPP properties-cpp REQUIRED)
pkg_check_modules(MIRCLIENT mirclient) # FIXME mir support is currently broken due to mir's API
if (MIRCLIENT_FOUND) # being broken with recent landings in Ubuntu 16.04
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMIR_SUPPORT") # pkg_check_modules(MIRCLIENT mirclient)
endif() # if (MIRCLIENT_FOUND)
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMIR_SUPPORT")
# endif()
##################################################################### #####################################################################
# Enable code coverage calculation with gcov/gcovr/lcov # Enable code coverage calculation with gcov/gcovr/lcov
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册