svn commit: r538127 - head/x11/plasma5-plasma-desktop

Gleb Popov arrowd at FreeBSD.org
Sat Jun 6 19:04:17 UTC 2020


Author: arrowd
Date: Sat Jun  6 19:04:16 2020
New Revision: 538127
URL: https://svnweb.freebsd.org/changeset/ports/538127

Log:
  x11/plasma5-plasma-desktop: Fix CMake options after r538113.
  
  Reported by:	Michael Butler <imb at protected-networks.net>

Modified:
  head/x11/plasma5-plasma-desktop/Makefile

Modified: head/x11/plasma5-plasma-desktop/Makefile
==============================================================================
--- head/x11/plasma5-plasma-desktop/Makefile	Sat Jun  6 18:58:43 2020	(r538126)
+++ head/x11/plasma5-plasma-desktop/Makefile	Sat Jun  6 19:04:16 2020	(r538127)
@@ -47,6 +47,7 @@ USE_QT=		concurrent core dbus declarative gui network 
 		buildtools_build qmake_build
 USE_XORG=	ice sm x11 xcb xcursor xext xfixes xft xi xrender
 
+CMAKE_ARGS=	-DWANT_SYNAPTICS:BOOL=ON
 
 SHEBANG_FILES=	kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
 


More information about the svn-ports-all mailing list