aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox/files/patch-meson.build
blob: 4a2522cee67f9fffa793cdc61af666f16c7df9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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