sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
25
lib/mesa/mk/libloader/Makefile
Normal file
25
lib/mesa/mk/libloader/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $OpenBSD: Makefile,v 1.3 2022/09/02 05:46:40 jsg Exp $
|
||||
|
||||
LIB= loader
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
SRCS= loader_dri_helper.c \
|
||||
loader.c
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CFLAGS+= ${C_VIS_ARGS}
|
||||
CPPFLAGS+= -DUSE_DRICONF \
|
||||
-DDEFAULT_DRIVER_DIR=\"${X11BASE}/lib/modules/dri\" \
|
||||
-I${MESA_SRC}/src/loader \
|
||||
-I${MESA_SRC}/generated/src/util
|
||||
|
||||
install:
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
.PATH: ${MESA_SRC}/src/loader
|
Loading…
Add table
Add a link
Reference in a new issue