From 165cad7dabf4d03f8030c7802fab4dfc32c57dc7 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 16 Aug 2016 11:12:39 +0200 Subject: [PATCH] Add missing build dependency on liblxc --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5d966d..c1d8d10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ pkg_check_modules(SDL2 sdl2) pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED) pkg_check_modules(DBUS dbus-1 REQUIRED) +pkg_check_modules(LXC lxc REQUIRED) ##################################################################### # Enable code coverage calculation with gcov/gcovr/lcov