Enable various bits of DRI3 support.

ok matthieu@
This commit is contained in:
kettenis
2018-06-26 06:51:17 +00:00
parent a011f4db8a
commit c7bc2b344c
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2018/05/20 09:40:53 matthieu Exp $
# $OpenBSD: Makefile,v 1.36 2018/06/26 06:51:17 kettenis Exp $
.include <bsd.xconf.mk>
@@ -44,7 +44,7 @@ SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\
libXi libXinerama libxkbfile libxkbui \
libXrandr libXRes libXScrnSaver \
libXtst libXv libXvMC libXxf86dga libXxf86vm \
libpciaccess pixman
libpciaccess libxshmfence pixman
.if ${XENOCARA_BUILD_GL:L} == "yes"
SUBDIR+= libdrm

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2018/02/21 06:01:53 jsg Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2018/06/26 06:51:17 kettenis Exp $
.include <bsd.own.mk>
@@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-dri-drivers=${DRI_DRIVERS} \
--enable-osmesa \
--enable-gbm \
--enable-texture-float \
--enable-dri3 \
--with-egl-platforms="x11,drm" \
--prefix=${X11BASE} \
--with-dri-driverdir=${X11BASE}/lib/modules/dri \

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2018/05/20 09:40:53 matthieu Exp $
# $OpenBSD: Makefile,v 1.15 2018/06/26 06:51:17 kettenis Exp $
.include <bsd.xconf.mk>
@@ -11,7 +11,7 @@ SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
xf86vidmodeproto
.if ${XENOCARA_BUILD_DRI:L} == "yes"
SUBDIR+= xf86driproto dri2proto
SUBDIR+= xf86driproto dri2proto dri3proto
.endif
.include <bsd.subdir.mk>