Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 06:15:39 +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: r536739 - head/net/wayvnc
Message-ID:  <202005280615.04S6Fd2a000327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May 28 06:15:39 2020
New Revision: 536739
URL: https://svnweb.freebsd.org/changeset/ports/536739

Log:
  net/wayvnc: unbreak with libglvnd
  
  ../src/screencopy.c:24:10: fatal error: 'libdrm/drm_fourcc.h' file not found
   #include <libdrm/drm_fourcc.h>
            ^~~~~~~~~~~~~~~~~~~~~

Modified:
  head/net/wayvnc/Makefile   (contents, props changed)

Modified: head/net/wayvnc/Makefile
==============================================================================
--- head/net/wayvnc/Makefile	Thu May 28 06:12:15 2020	(r536738)
+++ head/net/wayvnc/Makefile	Thu May 28 06:15:39 2020	(r536739)
@@ -16,7 +16,8 @@ COMMENT=	VNC server for wlroots-based compositors
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+		${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm
 LIB_DEPENDS=	libuv.so:devel/libuv \
 		libwayland-client.so:graphics/wayland \
 		libneatvnc.so:net/neatvnc \



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