diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-05-20 12:18:29 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-05-20 12:18:29 +0000 |
commit | 2cbd37b3df6d1c8d208216b42f915b44a1b6cf0b (patch) | |
tree | 202954b7bf548663c2b7bf47c9f2356012855bd2 /x11-servers/Makefile | |
parent | 52f31f265224346d921b2febc560bcfb886298b5 (diff) |
Add xephyr, a kdrive-based X server. Xephyr will ultimately replace Xnest.
PR: ports/123795
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Notes
Notes:
svn path=/head/; revision=213383
Diffstat (limited to 'x11-servers/Makefile')
-rw-r--r-- | x11-servers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-servers/Makefile b/x11-servers/Makefile index e62c40d91ae5..5f2f7ab08768 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -8,6 +8,7 @@ SUBDIR += mga_hal SUBDIR += x2vnc SUBDIR += x2x + SUBDIR += xephyr SUBDIR += xorg-dmx SUBDIR += xorg-nestserver SUBDIR += xorg-server |