summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2023-04-05 22:33:15 +0200
committerOrangerot <purple@orangerot.dev>2023-04-05 22:33:15 +0200
commitceadebf0052c9ecec261bb85ce444a43db900525 (patch)
tree6d9aa85d16b39d2ab390284ebc4e32da083a1a2e /Makefile
parent7b019719389c8baf74a3600c7d1f4dc823a3c793 (diff)
ported to gtk3 because of layer-shell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d89027e..bcad686 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all:
- gcc `pkg-config --cflags gtk4` -o dicons dicons.c `pkg-config --libs gtk4`
+ gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`
clangd:
- bear -- gcc `pkg-config --cflags gtk4` -o dicons dicons.c `pkg-config --libs gtk4`
+ bear -- gcc `pkg-config --cflags gtk+-3.0 gtk-layer-shell-0` -o dicons dicons.c `pkg-config --libs gtk+-3.0 gtk-layer-shell-0`