From d3380eeca7b142dd1041c19401c46a1977dd2ff7 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 7 Feb 2022 08:59:36 -0500 Subject: [PATCH] update to GTK+-3.0 is smooth :-) Signed-off-by: Vincent Batts --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 4660fee..d962983 100644 --- a/config.mk +++ b/config.mk @@ -8,8 +8,8 @@ PREFIX = /usr MANPREFIX = ${PREFIX}/share/man # includes and libs -GTKINC=$(shell pkg-config --cflags gtk+-2.0) -GTKLIB=$(shell pkg-config --libs gtk+-2.0 ) +GTKINC=$(shell pkg-config --cflags gtk+-3.0) +GTKLIB=$(shell pkg-config --libs gtk+-3.0 ) INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB}