X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=7f8adf59ffded4f25470547b27054d0b211cedf5;hb=d196375b8b130e119285fb19984870edc6941a90;hp=2f6cd15e1f86e3b9f9362237c1d66cecdf0a0516;hpb=bdf7c337439ff0b70b67462c1f00f5b61942e76a;p=src%2Fdrm-lease-manager.git diff --git a/meson.build b/meson.build index 2f6cd15..7f8adf5 100644 --- a/meson.build +++ b/meson.build @@ -34,12 +34,12 @@ configure_file(output: 'config.h', configuration_inc = include_directories('.') drm_dep = dependency('libdrm', version: '>= 2.4.89') +thread_dep = dependency('threads') enable_tests = get_option('enable-tests') if enable_tests check_dep = dependency('check') - thread_dep = dependency('threads') # Default to the system provided version of fff.h. # otherwise fetch it ourselves.