Skip to content

Commit

Permalink
multimedia/simplescreenrecorder: Fix build dependency - move v4l dep …
Browse files Browse the repository at this point in the history
…under V4L option
  • Loading branch information
yurivict committed Apr 6, 2021
1 parent bc84d6f commit 7e7b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/simplescreenrecorder/Makefile
Expand Up @@ -10,7 +10,6 @@ COMMENT= Screen video recorder
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg

USES= cmake compiler:c++11-lang pkgconfig qt:5 xorg
Expand Down Expand Up @@ -41,6 +40,7 @@ JACK_CMAKE_BOOL= WITH_JACK
JACK_LIB_DEPENDS= libjack.so:audio/jack

V4L_CMAKE_BOOL= WITH_V4L2
V4L_BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat
V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l

post-install: # https://github.com/MaartenBaert/ssr/issues/609
Expand Down

0 comments on commit 7e7b3a3

Please sign in to comment.