Date: Sun, 31 Aug 2014 13:56:34 -0700 From: Sean Bruno <sbruno@ignoranthack.me> To: freebsd-x11@FreeBSD.org Subject: graphics/dri support, armv6 Message-ID: <1409518594.1142.31.camel@bruno>
next in thread | raw e-mail | index | archive | help
Am testing this patch at the moment.
--Add SWRAST to the armv6 build
--Remove --disable-gallium-intel as it is no longer a valid option
Mind if I commit this?
Index: /usr/local/poudriere/ports/default/graphics/dri/Makefile
===================================================================
--- /usr/local/poudriere/ports/default/graphics/dri/Makefile
(revision 366581)
+++ /usr/local/poudriere/ports/default/graphics/dri/Makefile (working
copy)
@@ -60,9 +60,10 @@
. endif
. if ${ARCH} == powerpc || ${ARCH} == powerpc64
DRI_DRIVERS= RADEON SWRAST
-. endif
-. if ${ARCH} == sparc64
+. elif ${ARCH} == sparc64
DRI_DRIVERS= SWRAST
+. elif ${ARCH} == armv6
+DRI_DRIVERS= SWRAST
. endif
.else # !defined(WITH_NEW_XORG)
. if ${ARCH} == powerpc || ${ARCH} == powerpc64
@@ -83,9 +84,6 @@
.endif
.endfor
-.if !(${ARCH} == amd64 || ${ARCH} == i386)
-CONFIGURE_ARGS+=--disable-gallium-intel
-.endif
CONFIGURE_ARGS+=--with-dri-drivers="${DRI_DRIVERS:tl}"
.if defined(WITH_NEW_XORG) && !defined(WITH_GALLIUM) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1409518594.1142.31.camel>
