summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-17 15:31:31 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-17 15:31:31 -0500
commit88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c (patch)
treecde18fd9e4a862295f08e2ae237f694ff2f34c75 /Makefile
parentspecify version in wlr_xdg_shell_create() (diff)
parentimplement urgency hints for xwayland clients (diff)
downloaddwl-88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c.tar.gz
dwl-88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c.tar.bz2
dwl-88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c.tar.xz
dwl-88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c.tar.zst
dwl-88a8b784d08ec2e8bdbfc50f1e9adb7f7fbcce9c.zip
Merge remote-tracking branch 'djpohly/main' into wlroots-next
chase wlroots X11 hints update
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c2b78d..8635093 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS += -I. -DWLR_USE_UNSTABLE -std=c99 -pedantic -DVERSION=\"$(VERSION)\"
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
-PKGS = wlroots wayland-server xcb xkbcommon libinput
+PKGS = wlroots wayland-server xcb xcb-icccm xkbcommon libinput
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))