From ceadebf0052c9ecec261bb85ce444a43db900525 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Wed, 5 Apr 2023 22:33:15 +0200 Subject: ported to gtk3 because of layer-shell --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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` -- cgit v1.2.3