Date: Tue, 16 Oct 2018 00:00:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482191 - head/graphics/mesa-libs Message-ID: <201810160000.w9G008S3086475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Oct 16 00:00:08 2018 New Revision: 482191 URL: https://svnweb.freebsd.org/changeset/ports/482191 Log: graphics/mesa-libs: enable surfaceless like upstream PR: 224659 Approved by: maintainer timeout (9 months) Modified: head/graphics/mesa-libs/Makefile (contents, props changed) Modified: head/graphics/mesa-libs/Makefile ============================================================================== --- head/graphics/mesa-libs/Makefile Mon Oct 15 23:59:54 2018 (r482190) +++ head/graphics/mesa-libs/Makefile Tue Oct 16 00:00:08 2018 (r482191) @@ -3,7 +3,7 @@ PORTNAME= mesa-libs PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients @@ -27,9 +27,9 @@ CONFIGURE_ARGS+= --with-dri-drivers="" --with-gallium- # libEGL needs gallium enabled which depends on llvm .if "${MESA_LLVM_VER}" != "" .if ${PORT_OPTIONS:MWAYLAND} -CONFIGURE_ARGS+= --with-platforms=x11,drm,wayland +CONFIGURE_ARGS+= --with-platforms=x11,surfaceless,drm,wayland .else -CONFIGURE_ARGS+= --with-platforms=x11,drm +CONFIGURE_ARGS+= --with-platforms=x11,surfaceless,drm .endif PLIST_SUB+= EGL="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810160000.w9G008S3086475>