Skip to content
Snippets Groups Projects

Update from debian/bookworm for apertis/v2022pre

1 unresolved thread
4 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline
Files
4
Description: Help meson to find the libeditreadline-dev library
Forwarded: not-needed
--- a/meson.build
+++ b/meson.build
@@ -325,7 +325,7 @@
dbus_dep = dependency('dbus-1')
sdl_dep = dependency('sdl2', required : get_option('sdl2'))
summary({'SDL 2': sdl_dep.found()}, bool_yn: true, section: 'Misc dependencies')
-readline_dep = dependency('readline', required : false)
+readline_dep = cc.find_library('readline')
summary({'readline (for pw-cli)': readline_dep.found()}, bool_yn: true, section: 'Misc dependencies')
ncurses_dep = dependency('ncursesw', required : false)
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : get_option('sndfile'))
Loading