aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Courtis <alex@courtis.org>2020-07-25 14:40:04 +1000
committerDevin J. Pohly <djpohly@gmail.com>2020-07-25 11:29:02 -0400
commitc4cf78aadba1f076afe93591ad7dd7a5528e5f25 (patch)
tree58f2b33f92b771b092341a01a81593a6037b23e0 /Makefile
parent4bc7f2d8e48e0836bdbc7084cc0d4105991724c7 (diff)
xwayland: unmanaged (dropdown menu) support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f9e1b8..7c90456 100644
--- a/Makefile
+++ b/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 -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)))