Add missing build dependency on liblxc
This commit is contained in:
parent
4e7d48ea4f
commit
165cad7dab
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue