tests: fix building the "plugins" test
This commit is contained in:
parent
21ea78abc6
commit
a3d2a53f6d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user