mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Fix syntax for fpi_enums generation call
This commit is contained in:
@@ -181,7 +181,8 @@ fp_enums_h = fp_enums[1]
|
||||
|
||||
fpi_enums = gnome.mkenums_simple('fpi-enums',
|
||||
sources: libfprint_private_headers,
|
||||
install_header : false)
|
||||
install_header: false,
|
||||
)
|
||||
fpi_enums_h = fpi_enums[1]
|
||||
|
||||
enums_dep = declare_dependency(
|
||||
|
||||
Reference in New Issue
Block a user