Date: Fri, 29 Jan 2021 19:23:38 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r563238 - branches/2021Q1/x11/fuzzel Message-ID: <202101291923.10TJNcKD063392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Jan 29 19:23:37 2021 New Revision: 563238 URL: https://svnweb.freebsd.org/changeset/ports/563238 Log: MFH: r563231 x11/fuzzel: limit USES=gnome scope after r563196 Modified: branches/2021Q1/x11/fuzzel/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/fuzzel/Makefile ============================================================================== --- branches/2021Q1/x11/fuzzel/Makefile Fri Jan 29 19:23:32 2021 (r563237) +++ branches/2021Q1/x11/fuzzel/Makefile Fri Jan 29 19:23:37 2021 (r563238) @@ -19,7 +19,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libfcft.so:x11-fonts/fcft \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig xorg +USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ @@ -35,9 +35,11 @@ CFLAGS+= -Wno-error=missing-braces OPTIONS_DEFINE= CAIRO LIBRSVG2 PNG OPTIONS_DEFAULT=CAIRO LIBRSVG2 PNG +CAIRO_USES= gnome CAIRO_USE= GNOME=cairo CAIRO_MESON_ENABLED= enable-cairo +LIBRSVG2_USES= gnome LIBRSVG2_USE= GNOME=librsvg2 LIBRSVG2_MESON_ENABLED= enable-svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101291923.10TJNcKD063392>