forked from Kistler-Group/sdbus-cpp
chore: add gperf dependency for libsystemd build
This commit is contained in:
committed by
GitHub
parent
a72e17b932
commit
8320429ef7
@ -1,5 +1,6 @@
|
||||
find_program(MESON meson)
|
||||
find_program(NINJA ninja)
|
||||
find_program(GPERF gperf)
|
||||
|
||||
if((NOT MESON) OR (NOT NINJA))
|
||||
message(FATAL_ERROR "Meson and Ninja are required to build libsystemd")
|
||||
|
Reference in New Issue
Block a user