mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Use source_root() to not require meson 0.56
This fixes the flatpak build.
This commit is contained in:
@@ -43,8 +43,8 @@ drivers_tests = [
|
|||||||
|
|
||||||
if get_option('introspection')
|
if get_option('introspection')
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
conf.set('SRCDIR', meson.project_source_root())
|
conf.set('SRCDIR', meson.source_root())
|
||||||
conf.set('BUILDDIR', meson.project_build_root())
|
conf.set('BUILDDIR', meson.build_root())
|
||||||
configure_file(configuration: conf,
|
configure_file(configuration: conf,
|
||||||
input: 'create-driver-test.py.in',
|
input: 'create-driver-test.py.in',
|
||||||
output: 'create-driver-test.py')
|
output: 'create-driver-test.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user