From f0a17ee1b441206cebfa99e3f99f4721ae3b4040 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Tue, 9 Jan 2024 10:53:10 +0200 Subject: [PATCH] stuff --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makefile b/src/makefile index 089139f..dc2f2f5 100644 --- a/src/makefile +++ b/src/makefile @@ -13,8 +13,8 @@ define mordavokne_rules this_name := mordavokne-$1 - this_cxxflags += $(shell pkg-config --cflags gtk+-3.0) - this_ldlibs += $(shell pkg-config --libs gtk+-3.0) + this_cxxflags += $(shell pkg-config --cflags gdk-3.0) + this_ldlibs += $(shell pkg-config --libs gdk-3.0) ifeq ($(os), linux) this_ldlibs += -lGLEW -ldl -lnitki -lopros -lX11