Date: Mon, 30 Sep 2019 11:43:19 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513370 - head/x11-wm/xfce4-wm Message-ID: <201909301143.x8UBhJe1065912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Sep 30 11:43:19 2019 New Revision: 513370 URL: https://svnweb.freebsd.org/changeset/ports/513370 Log: Enable support for libXpresent in xfce4-wm. Suggested by: Olivier Duchateau <duchateau.olivier@gmail.com> Modified: head/x11-wm/xfce4-wm/Makefile Modified: head/x11-wm/xfce4-wm/Makefile ============================================================================== --- head/x11-wm/xfce4-wm/Makefile Mon Sep 30 11:40:07 2019 (r513369) +++ head/x11-wm/xfce4-wm/Makefile Mon Sep 30 11:43:19 2019 (r513370) @@ -3,6 +3,7 @@ PORTNAME= xfce4-wm PORTVERSION= 4.14.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfwm4-${DISTVERSIONFULL} @@ -19,12 +20,13 @@ USES= gettext-tools gmake gnome pkgconfig tar:bzip2 x USE_GNOME= cairo gtk30 intltool libwnck3 USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xi xinerama \ - xrandr xrender + xorgproto xpresent xrandr xrender CONFIGURE_ARGS= --enable-xsync \ --enable-render \ --enable-randr \ --enable-compositor \ + --enable-xpresent \ --disable-kde-systray GNU_CONFIGURE= yes INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301143.x8UBhJe1065912>