void-packages/srcpkgs/pipewire/patches/ncursesw.patch
Stefano Ragni ee33341eda pipewire: update to 0.3.22
* explicitly enable the vulkan plugin: it is now disabled by default due
to being useless at the moment, but we've already packaged it...
2021-02-20 03:39:40 -03:00

11 lines
495 B
Diff

--- meson.build.orig 2021-02-18 14:35:42.028024846 +0100
+++ meson.build 2021-02-18 14:39:53.808039159 +0100
@@ -311,7 +311,7 @@
pthread_lib = dependency('threads')
dbus_dep = dependency('dbus-1')
sdl_dep = dependency('sdl2', required : get_option('sdl2'))
-ncurses_dep = dependency('ncurses', required : false)
+ncurses_dep = dependency('ncursesw', required : false)
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : get_option('sndfile'))
if get_option('gstreamer')