From a3d2a53f6d386f75632a5c4c9d1e8c23ec45d51c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 22 Oct 2024 22:02:34 +0200 Subject: [PATCH] tests: fix building the "plugins" test --- tests/project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/project.conf b/tests/project.conf index c37af9e..5042ad3 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -37,10 +37,10 @@ ldflags=`pkg-config --libs glib-2.0 libSystem` `pkg-config --libs openssl` type=binary #for Gtk+ 2 #cflags=`pkg-config --cflags gtk+-2.0` -#ldflags=`pkg-config --libs gtk+-2.0` +#ldflags=`pkg-config --libs gtk+-2.0` -ldl #for Gtk+ 3 cflags=`pkg-config --cflags gtk+-3.0` -ldflags=`pkg-config --libs gtk+-3.0` +ldflags=`pkg-config --libs gtk+-3.0` -ldl sources=plugins.c [tests.log]