Skip to content

Commit

Permalink
multimedia/kodi: make GBM=on depend on mesa-dri
Browse files Browse the repository at this point in the history
Kodi is the display server when running under KMS-based VT console, so
needs OpenGL drivers. Require mesa-dri for consistency with Xorg,
Wayland compositors and Arcan.

PR:		276468
Reported by:	Ivan Rozhuk
  • Loading branch information
yzrh authored and jbeich committed Jan 27, 2024
1 parent fb3ebe8 commit d28b405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multimedia/kodi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kodi
DISTVERSION= 20.3
PORTREVISION= 1
CATEGORIES= multimedia java
# do not forget to fix devel/kodi-platform when updating kodi

Expand Down Expand Up @@ -222,6 +223,7 @@ GBM_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libdrm.so:graphics/libdrm \
libxkbcommon.so:x11/libxkbcommon \
libinput.so:x11/libinput
GBM_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri

WAYLAND_CATEGORIES= wayland
WAYLAND_USES= gl
Expand Down

0 comments on commit d28b405

Please sign in to comment.