From e7ddc87c999184e6e7a28c8f8983e0d72a481978 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 19 Oct 2024 15:58:09 -0400 Subject: Try to fix nix build Signed-off-by: Andrew Opalach --- taro/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taro') diff --git a/taro/meson.build b/taro/meson.build index 935678e..cbac318 100644 --- a/taro/meson.build +++ b/taro/meson.build @@ -7,6 +7,8 @@ if not notcurses.found() or not notcurses_core.found() notcurses_opts.add_cmake_defines({ 'USE_PANDOC': false }) notcurses_opts.add_cmake_defines({ 'USE_POC': false }) notcurses_opts.add_cmake_defines({ 'BUILD_EXECUTABLES': false }) + notcurses_opts.add_cmake_defines({ 'USE_STATIC': false }) + notcurses_opts.add_cmake_defines({ 'USE_MULTIMEDIA': 'ffmpeg' }) notcurses_proj = cmake.subproject('notcurses', options: notcurses_opts) notcurses = notcurses_proj.dependency('notcurses') notcurses_core = notcurses_proj.dependency('notcurses-core') -- cgit v1.2.3-101-g0448