chore: add gperf dependency for libsystemd build

This commit is contained in:
Stanislav Angelovič
2021-09-17 18:31:04 +02:00
committed by GitHub
parent a72e17b932
commit 8320429ef7

View File

@ -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")