aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-07 00:03:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-07 00:03:33 +0000
commit2bff30e0da366ea7a85e311e7f868c26ea228c92 (patch)
tree5108e7a97beeb5c7676fdc95629afa267c778f90 /x11-drivers
parent7d8fc01ed26558b74f8deb170fad528fcdf8bba9 (diff)
downloadports-2bff30e0da366ea7a85e311e7f868c26ea228c92.tar.gz
ports-2bff30e0da366ea7a85e311e7f868c26ea228c92.zip
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>
Notes
Notes: svn path=/head/; revision=364236
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-scfb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile
index a690c1b4e3d1..d36923f1f14b 100644
--- a/x11-drivers/xf86-video-scfb/Makefile
+++ b/x11-drivers/xf86-video-scfb/Makefile
@@ -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>