aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-13 22:50:39 +0100
committerFederico Angelilli <code@fedang.net>2023-11-13 22:50:39 +0100
commit36fb2b942a08d58290b1d6ea1aec6d01f8e096b7 (patch)
treee1120c66a83611fe5a4735fd1a04b0f9fb14959d /Makefile
parent0581b5d5a3f892586e78f61f1398b811d589c501 (diff)
Render correctly 'circular' corners with `xcb-shape`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e01374a..f657052 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,9 @@ DEPS = \
cairo \
xcb \
xcb-icccm \
- xcb-xrm \
xcb-ewmh \
+ xcb-xrm \
+ xcb-shape \
xcb-errors \
"xcb-randr >= 1.5" \
"glib-2.0 >= 2.44" \