Date: Thu, 28 Dec 2017 11:25:18 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Jan Beich <jbeich@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457430 - in head/graphics/mesa-dri: . files Message-ID: <20171228112518.GA61460@FreeBSD.org> In-Reply-To: <201712272253.vBRMrlcV055296@repo.freebsd.org> References: <201712272253.vBRMrlcV055296@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 27, 2017 at 10:53:47PM +0000, Jan Beich wrote: > New Revision: 457430 > URL: https://svnweb.freebsd.org/changeset/ports/457430 > > Log: > graphics/mesa-dri: enable Vulkan drivers Hi, I don't see a way to disable these drivers (see below)... > Modified: head/graphics/mesa-dri/Makefile > ... > @@ -57,8 +63,18 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_gallium_drivers_ > . endif > .endif > > +.if ${VULKAN_DRIVERS:MINTEL} > +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} This is the problem. I don't want extra little Python bits on my system, esp. when none of my hardware would ever support Vulkan (it's too old). > ... > +.endif > + > CONFIGURE_ARGS+= --with-dri-drivers="${DRI_DRIVERS:tl}" \ > - --with-gallium-drivers="${GALLIUM_DRIVERS:tl}" > + --with-gallium-drivers="${GALLIUM_DRIVERS:tl}" \ > + --with-vulkan-drivers="${VULKAN_DRIVERS:tl}" I current have to partially revert this commit (CONFIGURE_ARGS and pkg-plist), so option would be very much appreciated. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171228112518.GA61460>