1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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>
This commit is contained in:
Adam Weinberger 2014-08-07 00:03:33 +00:00
parent 7d8fc01ed2
commit 2bff30e0da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364236

View File

@ -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>