Skip to content

Commit

Permalink
multimedia/obs-studio: Fix conflict caused by luajit
Browse files Browse the repository at this point in the history
USES=luajit resolves it.

PR:		271085
  • Loading branch information
VVD authored and yurivict committed Jul 16, 2023
1 parent f86ffe4 commit 8f4e2e2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions multimedia/obs-studio/Makefile
Expand Up @@ -37,17 +37,10 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libxcb-util.so:x11/xcb-util \
libxkbcommon.so:x11/libxkbcommon \
libuuid.so:misc/e2fsprogs-libuuid \
libva.so:multimedia/libva \
${LIB_DEPENDS_${ARCH}}
LIB_DEPENDS_amd64= libluajit-5.1.so:lang/luajit
LIB_DEPENDS_armv7= libluajit-5.1.so:lang/luajit
LIB_DEPENDS_i386= libluajit-5.1.so:lang/luajit
LIB_DEPENDS_powerpc= libluajit-5.1.so:lang/luajit
LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty
LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty

USES= cmake compiler:c++17-lang desktop-file-utils gl gnome lua pkgconfig python \
qt:6 xorg
libva.so:multimedia/libva

USES= cmake compiler:c++17-lang desktop-file-utils gl gnome lua luajit \
pkgconfig python qt:6 xorg
USE_QT= base svg tools:build
USE_GNOME= glib20
USE_GL= gl
Expand Down

0 comments on commit 8f4e2e2

Please sign in to comment.