Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 16:37:12 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536983 - head/multimedia/kodi-devel
Message-ID:  <202005291637.04TGbCYO092837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May 29 16:37:11 2020
New Revision: 536983
URL: https://svnweb.freebsd.org/changeset/ports/536983

Log:
  multimedia/kodi-devel: unbeak with libglvnd
  
  -- Found EGL: /usr/local/lib/libEGL.so (found version "1.5")
  CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
    Could NOT find GBM (missing: GBM_LIBRARY GBM_INCLUDE_DIR)
  Call Stack (most recent call first):
    /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
    cmake/modules/FindGBM.cmake:28 (find_package_handle_standard_args)
    cmake/scripts/common/Macros.cmake:366 (find_package)
    cmake/scripts/common/Macros.cmake:380 (find_package_with_ver)
    CMakeLists.txt:167 (core_require_dep)

Modified:
  head/multimedia/kodi-devel/Makefile   (contents, props changed)

Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile	Fri May 29 16:20:43 2020	(r536982)
+++ head/multimedia/kodi-devel/Makefile	Fri May 29 16:37:11 2020	(r536983)
@@ -112,6 +112,7 @@ GBM_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 GBM_LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
 			libinput.so:x11/libinput \
 			libxkbcommon.so:x11/libxkbcommon
+GBM_USE=		GL=gbm
 GBM_VARS=		_KODI_PLATFORMS+=GBM
 _KODI_GBM_ARGS=		-DCORE_PLATFORM_NAME:STRING="gbm" \
 			-DGBM_RENDER_SYSTEM:STRING="gl"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005291637.04TGbCYO092837>