Mark SDL2 as required build dependency
This commit is contained in:
parent
6a62f75274
commit
17bdff54c2
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ find_package(EGL REQUIRED)
|
|||
find_package(GLESv2 REQUIRED)
|
||||
find_package(Protobuf REQUIRED)
|
||||
|
||||
pkg_check_modules(SDL2 sdl2)
|
||||
|
||||
pkg_check_modules(SDL2 sdl2 REQUIRED)
|
||||
pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED)
|
||||
pkg_check_modules(DBUS dbus-1 REQUIRED)
|
||||
pkg_check_modules(LXC lxc REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue