diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-12-26 14:53:37 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-12-26 14:53:37 +0800 |
commit | 66ed435333d46b8bd227926a4e63a9fb52e3c7ea (patch) | |
tree | 590486ac88d7babc478cab49e7a99301356865d8 /x11/Makefile | |
parent | 587298e56881c8e1303f4bcd2bb90851f71db54d (diff) | |
download | freebsd-ports-gnome-66ed435333d46b8bd227926a4e63a9fb52e3c7ea.tar.gz freebsd-ports-gnome-66ed435333d46b8bd227926a4e63a9fb52e3c7ea.tar.zst freebsd-ports-gnome-66ed435333d46b8bd227926a4e63a9fb52e3c7ea.zip |
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite
WWW: https://www.freedesktop.org/wiki/Software/LightDM/
lightdm-gtk-greeter is the reference GTK+ greeter for LightDM.
WWW: https://launchpad.net/lightdm-gtk-greeter
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 33b930b26f9a..a35708a8700b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -192,6 +192,8 @@ SUBDIR += libxkbui SUBDIR += libxklavier SUBDIR += libxshmfence + SUBDIR += lightdm + SUBDIR += lightdm-gtk-greeter SUBDIR += linux-c6-pixman SUBDIR += linux-c6-xorg-libs SUBDIR += linux-c7-pixman |