mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
xwayland: floating windows support, unmanaged (dropdown menu) support, xwayland shares the seat
This commit is contained in:
parent
53798dfbff
commit
8248814983
2 changed files with 171 additions and 16 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
|
|||
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
|
||||
CFLAGS += -I. -DWLR_USE_UNSTABLE -std=c99 -Werror=declaration-after-statement
|
||||
|
||||
PKGS = wlroots wayland-server xkbcommon
|
||||
PKGS = wlroots wayland-server xcb xkbcommon
|
||||
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
|
||||
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue