Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2018 09:19:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458519 - head/multimedia/kodi-devel
Message-ID:  <201801090919.w099Jbh4001686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  9 09:19:37 2018
New Revision: 458519
URL: https://svnweb.freebsd.org/changeset/ports/458519

Log:
  multimedia/kodi-devel: Add missing WAYLAND_RENDER_SYSTEM

Modified:
  head/multimedia/kodi-devel/Makefile

Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile	Tue Jan  9 09:09:30 2018	(r458518)
+++ head/multimedia/kodi-devel/Makefile	Tue Jan  9 09:19:37 2018	(r458519)
@@ -155,6 +155,7 @@ VDPAU_CMAKE_BOOL=	ENABLE_VDPAU
 
 WAYLAND_BROKEN=	Requires default WAYLAND in graphics/mesa-libs and missing graphics/waylandpp port
 WAYLAND_BUILD_DEPENDS=	wayland-protocols>=0:graphics/wayland-/protocols
+WAYLAND_CMAKE_ON=	-DWAYLAND_RENDER_SYSTEM:STRING="gl"
 WAYLAND_LIB_DEPENDS=	libwayland-client++.so:graphics/waylandpp \
 			libxkbcommon.so:x11/libxkbcommon
 



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