mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Add missing dependency on fp-enum.h for private library
The private library needs to indirectly include fp-enum.h. This dependency was not listed anyway, resulting in a race condition during the build process.
This commit is contained in:
@@ -205,7 +205,7 @@ libnbis = static_library('nbis',
|
||||
install: false)
|
||||
|
||||
libfprint_private = static_library('fprint-private',
|
||||
sources: libfprint_private_sources + fpi_enums,
|
||||
sources: libfprint_private_sources + fpi_enums + [ fp_enums_h ],
|
||||
dependencies: deps,
|
||||
link_with: libnbis,
|
||||
install: false)
|
||||
|
||||
Reference in New Issue
Block a user