Skip to content

Removes source_directory from gnome.mkenums_simple args

William Fish requested to merge william.michael.fish/libfprint:meson-build into tod

This tweaks the meason.build under test so that it has the correct signature when invoking gnome.mkenums_simple

This breaks on my system running manjaro on a Dell Precision 5750 and seems to match the expected api here https://mesonbuild.com/Gnome-module.html

I get the following error output

Program gdb found: NO
Program valgrind found: NO
libfprint/tests/meson.build:257: WARNING: Project targeting '>= 0.49.0' but tried to use feature introduced in '0.58.0': Overriding previous value of environment variable 'LD_LIBRARY_PATH' with a new one.

libfprint/tests/meson.build:281:4: ERROR: gnome.mkenums_simple got unknown keyword arguments "source_dir"

A full log can be found at /var/cache/private/pamac/libfprint-tod-git/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4
Service runtime: 10.996s
CPU time consumed: 4.646s

Merge request reports