opnsense-ports/audio/rhythmbox/files/patch-meson.build
Franco Fichtner ea02886d68 */*: sync with upstream
Taken from: FreeBSD
2023-03-31 08:32:47 +02:00

14 lines
387 B
Text

Drop after comms/lirc >= 0.9.2 update.
https://sourceforge.net/p/lirc/git/ci/c763e92584a9
--- meson.build.orig 2022-06-21 12:04:40 UTC
+++ meson.build
@@ -224,7 +224,7 @@ endif
plugins += 'notification'
endif
-lirc = dependency('lirc', required: get_option('lirc'))
+lirc = cc.find_library('lirc_client', required: get_option('lirc'))
if lirc.found()
plugins += 'lirc'
endif