Date: Sat, 5 Nov 2016 12:58:55 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425386 - head/graphics/linux-c7-cairo Message-ID: <201611051258.uA5Cwtg1091789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Nov 5 12:58:55 2016 New Revision: 425386 URL: https://svnweb.freebsd.org/changeset/ports/425386 Log: Depend on dri for libGL and libEGL. Modified: head/graphics/linux-c7-cairo/Makefile Modified: head/graphics/linux-c7-cairo/Makefile ============================================================================== --- head/graphics/linux-c7-cairo/Makefile Sat Nov 5 12:57:37 2016 (r425385) +++ head/graphics/linux-c7-cairo/Makefile Sat Nov 5 12:58:55 2016 (r425386) @@ -3,7 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.14.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -14,7 +14,7 @@ CONFLICTS= linux-f10-${PORTNAME}-[0-9]* RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= fontconfig pixman png xorglibs +USE_LINUX= dri fontconfig pixman png xorglibs USE_LINUX_RPM= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611051258.uA5Cwtg1091789>