diff options
| author | Alexander Courtis <alex@courtis.org> | 2020-07-25 14:40:04 +1000 | 
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-07-25 11:29:02 -0400 | 
| commit | c4cf78aadba1f076afe93591ad7dd7a5528e5f25 (patch) | |
| tree | 58f2b33f92b771b092341a01a81593a6037b23e0 /Makefile | |
| parent | 4bc7f2d8e48e0836bdbc7084cc0d4105991724c7 (diff) | |
xwayland: unmanaged (dropdown menu) support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 -Wno-error=unused-function  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))) | 
