--- ./Makefile 2021-07-21 15:30:40.000000000 -0400 +++ ./Makefile 2021-07-25 22:36:36.807619000 -0400 @@ -15,10 +15,12 @@ v4l_compat>0:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ + libevent.so:devel/libevent \ libjpeg.so:graphics/jpeg-turbo \ libopus.so:audio/opus \ libpipewire-0.3.so:multimedia/pipewire \ - libusrsctp.so:net/libusrsctp + libusrsctp.so:net/libusrsctp \ + libvpx.so:multimedia/libvpx USES= cmake pkgconfig xorg USE_XORG= x11 xcomposite xdamage xrender xrandr --- ./files/patch-CMakeLists.txt 1969-12-31 19:00:00.000000000 -0500 +++ ./files/patch-CMakeLists.txt 2021-07-25 22:16:24.185305000 -0400 @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2021-06-27 05:27:48 UTC ++++ CMakeLists.txt +@@ -171,6 +170,9 @@ if (UNIX AND NOT APPLE) + link_x11(tg_owt) + link_glib(tg_owt) + endif() ++ ++target_include_directories(tg_owt BEFORE PRIVATE $) ++target_include_directories(tg_owt BEFORE PRIVATE $) + + function(add_sublibrary postfix) + add_library(tg_owt_${postfix} OBJECT)