Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 19:04:17 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538127 - head/x11/plasma5-plasma-desktop
Message-ID:  <202006061904.056J4HG7012038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006061904.056J4HG7012038>