Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 00:03:33 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364236 - head/x11-drivers/xf86-video-scfb
Message-ID:  <53e2c255.5bda.61be3f15@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Aug  7 00:03:33 2014
New Revision: 364236
URL: http://svnweb.freebsd.org/changeset/ports/364236
QAT: https://qat.redports.org/buildarchive/r364236/

Log:
  Add USE_XORG=inputproto.
  
    CC       scfb_driver.lo
  In file included from scfb_driver.c:53:
  In file included from /usr/local/include/xorg/xf86.h:46:
  In file included from /usr/local/include/xorg/xf86str.h:39:
  In file included from /usr/local/include/xorg/scrnintstr.h:58:
  /usr/local/include/xorg/dix.h:57:10: fatal error: 'X11/extensions/XI.h' file not found
  #include <X11/extensions/XI.h>

Modified:
  head/x11-drivers/xf86-video-scfb/Makefile

Modified: head/x11-drivers/xf86-video-scfb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-scfb/Makefile	Wed Aug  6 23:57:20 2014	(r364235)
+++ head/x11-drivers/xf86-video-scfb/Makefile	Thu Aug  7 00:03:33 2014	(r364236)
@@ -16,6 +16,6 @@ GH_COMMIT=      bdeb3bf
 
 GNU_CONFIGURE=  yes
 USES=		libtool pkgconfig
-USE_XORG=	xorg-server xproto
+USE_XORG=	xorg-server xproto inputproto
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2c255.5bda.61be3f15>