Skip to content

Commit

Permalink
Merge pull request #811 from mariux64/rebuild-xorg-server-1.19.6-with…
Browse files Browse the repository at this point in the history
…-xephyr

xorg-server: Add enable-kdrive to build Xephyr
  • Loading branch information
donald authored Jun 11, 2018
2 parents 2540450 + 673f4a9 commit cab73ad
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 cab73ad

Please sign in to comment.