summaryrefslogtreecommitdiff
path: root/multimedia/wlrobs/files/patch-meson.build
blob: 4559bd77b99bf36d542f02d6a506c6125b9e59f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/obsproject/obs-studio/issues/7990

--- meson.build.orig	2022-10-29 22:39:09 UTC
+++ meson.build
@@ -4,7 +4,7 @@ wayland = dependency('wayland-client')
 
 inc = include_directories('inc')
 wayland = dependency('wayland-client')
-obs = dependency('libobs')
+obs = dependency('libobs', method: 'cmake', modules: ['OBS::libobs'])
 dl = cc.find_library('dl')
 
 sources = ['src/main.c', 'proto/xdg-output-unstable-v1-protocol.c']