ports/xorg (3.1): mesa3d: configure cleanup
commit 5ff65bf629b42cc182a8a9b678036530851802ae Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Jan 18 01:35:59 2015 +1100 mesa3d: configure cleanup diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index 7cac1a3..5263398 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -3,6 +3,8 @@ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri2proto xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto +## libva supplies gallium_drv_video.so and gallium_drv_video.la but can't be added due to libva depending on mesa3d + name=mesa3d version=10.4.2 release=2 @@ -16,7 +18,6 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --enable-gbm \ --enable-gallium-llvm \ --enable-gbm \ --enable-gles1 \ @@ -27,6 +28,7 @@ build() { --enable-xa \ --enable-vdpau \ --enable-llvm-shared-libs \ + --disable-dependency-tracking \ --with-egl-platforms=drm \ --with-gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau
participants (1)
-
crux@crux.nu