aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-05-11 00:26:14 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-05-11 00:38:09 +0900
commit8d58bbf113fa220d70f831bff8c89fdf824e7211 (patch)
treeffe1c390051b90740ddf10322a260326934c0ad5 /meson.build
parentc94961b9e692204ea009d616687c355dea5f4cc1 (diff)
parent53f4fe700dee88cc9840a91f2f297aacf05e08d4 (diff)
Merge branch 'master' into marlinmarlin_13.0.1marlin/13.0.113.0.1
In commit of https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/27402 updated drm-lease-manager checkout point. But that checkout point did not merge into marlin branch, only a master. This patch backport all drm-lease-manager update patch to the marlin release. Bug-AGL: SPEC-4366 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I4d64c47f76a0709f4e4580280d9984ca46833f8f
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 7f8adf5..c2c88a6 100644
--- a/meson.build
+++ b/meson.build
@@ -35,6 +35,7 @@ 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')