X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=7f8adf59ffded4f25470547b27054d0b211cedf5;hb=e81466892689b6814d5e9bf0e80b792bfee47c83;hp=2f6cd15e1f86e3b9f9362237c1d66cecdf0a0516;hpb=f991de200799118355fd75237a740321bda7aaa7;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.