graphics/dri support, armv6

Sean Bruno sbruno at ignoranthack.me
Sun Aug 31 20:56:36 UTC 2014


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) \




More information about the freebsd-x11 mailing list