svn commit: r513370 - head/x11-wm/xfce4-wm
Guido Falsi
madpilot at FreeBSD.org
Mon Sep 30 11:43:20 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list