X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meson.build;h=c2c88a6367268acc719e810621b1dec99439609b;hb=refs%2Fchanges%2F81%2F27381%2F3;hp=2f6cd15e1f86e3b9f9362237c1d66cecdf0a0516;hpb=f991de200799118355fd75237a740321bda7aaa7;p=src%2Fdrm-lease-manager.git diff --git a/meson.build b/meson.build index 2f6cd15..c2c88a6 100644 --- a/meson.build +++ b/meson.build @@ -34,12 +34,13 @@ configure_file(output: 'config.h', configuration_inc = include_directories('.') drm_dep = dependency('libdrm', version: '>= 2.4.89') +thread_dep = dependency('threads') +toml_dep = dependency('libtoml') 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.