From bb9d791a62808b973c8258edd921d1c78e0b1df4 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 12 Mar 2024 14:39:03 -0300 Subject: get shortcuts working again --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 25aa387..44723ae 100644 --- a/makefile +++ b/makefile @@ -64,7 +64,7 @@ fast: $(SRC) $(PLUGINS) $(CONFIG) rm -f *.gcda lint: - clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 `pkg-config --cflags 'webkit2gtk-4.0'` -o rose `pkg-config --libs 'webkit2gtk-4.0'` + clang-tidy $(SRC) $(PLUGINS) -- -Wall -O3 `pkg-config --cflags 'webkit2gtk-4.1'` -o rose `pkg-config --libs 'webkit2gtk-4.1'` inspect: build GTK_DEBUG=interactive ./rose -- cgit v1.2.3