diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2020-06-06 19:04:16 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2020-06-06 19:04:16 +0000 |
commit | e6b082b044c95b92ce0e2dd9a985ac3123e646b5 (patch) | |
tree | 210e306ca4663feb853d9fd5ca0eef3752468aaf | |
parent | security/py-[acme|certbot]: Update to 1.5.0 (diff) |
x11/plasma5-plasma-desktop: Fix CMake options after r538113.
Reported by: Michael Butler <imb@protected-networks.net>
Notes
Notes:
svn path=/head/; revision=538127
-rw-r--r-- | x11/plasma5-plasma-desktop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/plasma5-plasma-desktop/Makefile b/x11/plasma5-plasma-desktop/Makefile index c84343e86e7a..899af961ef7e 100644 --- a/x11/plasma5-plasma-desktop/Makefile +++ b/x11/plasma5-plasma-desktop/Makefile @@ -47,6 +47,7 @@ USE_QT= concurrent core dbus declarative gui network phonon4 printsupport \ 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 |