diff options
author | jsm <jsm@FreeBSD.org> | 2019-01-25 03:37:25 +0800 |
---|---|---|
committer | jsm <jsm@FreeBSD.org> | 2019-01-25 03:37:25 +0800 |
commit | ba939701141b78762e610858fe7dc33286e468c3 (patch) | |
tree | fe23556a7baa2360c84ba496a3ba3c7ef9a21022 /x11-wm/Makefile | |
parent | 207418140379a19e5828269ba8a8d0825db6d6f4 (diff) | |
download | freebsd-ports-gnome-ba939701141b78762e610858fe7dc33286e468c3.tar.gz freebsd-ports-gnome-ba939701141b78762e610858fe7dc33286e468c3.tar.zst freebsd-ports-gnome-ba939701141b78762e610858fe7dc33286e468c3.zip |
New port x11-wm/lxqt-session
LXQt session handling and configuration.
Contains the startlxqt script and lxqt-leave
binary to respectively start and stop a LXQt DE session.
PR: 229291
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D17974
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 667a90832b8e..fdb9bad8b1da 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -74,6 +74,7 @@ SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt-panel + SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += matwm2 |