forked from mirror/dwl
xwayland support
This commit is contained in:
parent
4b7097f8c6
commit
559a7ccb44
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ PREFIX = /usr/local
|
||||||
MANDIR = $(PREFIX)/share/man
|
MANDIR = $(PREFIX)/share/man
|
||||||
DATADIR = $(PREFIX)/share
|
DATADIR = $(PREFIX)/share
|
||||||
|
|
||||||
XWAYLAND =
|
# XWAYLAND =
|
||||||
XLIBS =
|
# XLIBS =
|
||||||
# Uncomment to build XWayland support
|
# Uncomment to build XWayland support
|
||||||
#XWAYLAND = -DXWAYLAND
|
XWAYLAND = -DXWAYLAND
|
||||||
#XLIBS = xcb xcb-icccm
|
XLIBS = xcb xcb-icccm
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
|
Loading…
Reference in a new issue