add xorg-server Xext from rtr@. thanks!
add Xext to the list of working subdirs.
This commit is contained in:
parent
c0038aadef
commit
2ed360aec7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/08/02 15:25:50 rtr Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2008/08/02 19:27:28 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -49,7 +49,7 @@ SUBDIR+= damageext XTrap composite exa config hw
|
|||
.else
|
||||
### this is the current working set
|
||||
SUBDIR= doc include .WAIT
|
||||
SUBDIR+= dix ${SUBDIR.fb} mi ${SUBDIR.miext} randr render
|
||||
SUBDIR+= dix ${SUBDIR.fb} mi Xext ${SUBDIR.miext} randr render
|
||||
.endif
|
||||
|
||||
.if 0
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/08/02 19:27:28 mrg Exp $
|
||||
|
||||
.include "../Makefile.serverlib"
|
||||
|
||||
.include "Makefile.Xextbuiltin"
|
||||
.include "Makefile.Xextmodule"
|
||||
.include "Makefile.Xext"
|
||||
|
||||
LIB= Xext
|
||||
|
||||
SUBDIR= Xextbuiltin Xextmodule
|
||||
|
||||
.include <bsd.subdir.mk>
|
|
@ -0,0 +1,11 @@
|
|||
# $NetBSD: Makefile.Xext,v 1.1 2008/08/02 19:27:28 mrg Exp $
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xorg-server}/Xext
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/pixman-1
|
||||
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
|
||||
|
||||
.include <bsd.lib.mk>
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
SRCS+= shape.c sleepuntil.c xtest.c
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
SRCS+= bigreq.c mitmisc.c shape.c sync.c xcmisc.c
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/08/02 19:27:28 mrg Exp $
|
||||
|
||||
.include "../../Makefile.serverlib"
|
||||
.include "../Makefile.Xextbuiltin"
|
||||
|
||||
LIB= Xextbuiltin
|
||||
|
||||
.include "../Makefile.Xext"
|
|
@ -0,0 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/08/02 19:27:28 mrg Exp $
|
||||
|
||||
.include "../../Makefile.serverlib"
|
||||
.include "../Makefile.Xextmodule"
|
||||
|
||||
LIB= Xextmodule
|
||||
|
||||
.include "../Makefile.Xext"
|
Loading…
Reference in New Issue