sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
22
lib/mesa/mk/libswdri/Makefile
Normal file
22
lib/mesa/mk/libswdri/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:41 jsg Exp $
|
||||
|
||||
LIB= swdri
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
SRCS= dri_sw_winsys.c
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CFLAGS+= ${C_VIS_ARGS}
|
||||
CPPFLAGS+= -I${MESA_SRC}/src/gallium/include \
|
||||
-I${MESA_SRC}/src/gallium/auxiliary
|
||||
|
||||
install:
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
.PATH: ${MESA_SRC}/src/gallium/winsys/sw/dri
|
Loading…
Add table
Add a link
Reference in a new issue