add xfree86

add xfree86/ddc
This commit is contained in:
rtr 2008-08-03 12:30:18 +00:00
parent 8976d3e312
commit e177a82be2
3 changed files with 29 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2008/08/03 03:37:05 mrg Exp $
# $NetBSD: Makefile,v 1.2 2008/08/03 12:30:18 rtr Exp $
.include "../Makefile.common"
SUBDIR= xnest
SUBDIR= xnest xfree86
.if 0
.if ${XSERVER_X68K} != "no"
@ -52,10 +52,10 @@ SUBDIR+=netbsd/newsmips
.if ${XSERVER_XSUN} != "no"
SUBDIR+=sun
.endif
.endif
.if ${XSERVER_XVFB} != "no"
SUBDIR+=vfb
.endif
.endif
.include <bsd.subdir.mk>

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2008/08/03 12:30:18 rtr Exp $
SUBDIR= ddc
.include <bsd.subdir.mk>

View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2008/08/03 12:30:18 rtr Exp $
.include "../../../Makefile.serverlib"
LIB= ddc
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
SRCS= xf86DDC.c edid.c interpret_edid.c print_edid.c ddcProperty.c
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
-I${X11SRCDIR.xorg-server}/hw/xfree86/common \
-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
-I${X11SRCDIR.xorg-server}/include \
-I${DESTDIR}${X11INCDIR}/pixman-1 \
-I${X11SRCDIR.xorg-server}/hw/xfree86/i2c
.include <bsd.x11.mk>
#XXX and what shall we do about these
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>