From 671626a565755bdaa2d2abfef17fe263d56bfdc7 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 5 Oct 2024 12:30:36 +0000 Subject: [PATCH] specify scdoc as a native dependency instead of a runtime dependency --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0b638d4..df0162f 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ deplibinput = dependency('libinput') deplibudev = dependency('libudev') if get_option('man') - depscdoc = dependency('scdoc') + depscdoc = dependency('scdoc', native: true) endif common_include_dirs = include_directories('.')