Skip to content

Commit

Permalink
xorg-server: Add enable-kdrive to build Xephyr
Browse files Browse the repository at this point in the history
Xephyr is a kdrive based X Server which targets a window on a
host X Server as its framebuffer.
  • Loading branch information
thomas committed Jun 11, 2018
1 parent 60a37e9 commit 673f4a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-1.19.6-1
# BEE_VERSION xorg-server-1.19.6-2

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -59,7 +59,8 @@ mee_configure() {
--enable-install-setuid \
--enable-suid-wrapper \
--with-xkb-output=/var/lib/xkb \
--disable-systemd-logind
--disable-systemd-logind \
--enable-kdrive
}

#mee_build() {
Expand Down

0 comments on commit 673f4a9

Please sign in to comment.