Merge branch 'khorben/gtk3'

This commit is contained in:
Pierre Pronchery 2020-01-11 00:36:20 +01:00
commit c7368d9513

View File

@ -38,11 +38,11 @@ depends=../src/account/imap4.c
[plugins] [plugins]
type=binary type=binary
#for Gtk+ 2 #for Gtk+ 2
cflags=`pkg-config --cflags gtk+-2.0` #cflags=`pkg-config --cflags gtk+-2.0`
ldflags=`pkg-config --libs gtk+-2.0` #ldflags=`pkg-config --libs gtk+-2.0`
#for Gtk+ 3 #for Gtk+ 3
#cflags=`pkg-config --cflags gtk+-3.0` cflags=`pkg-config --cflags gtk+-3.0`
#ldflags=`pkg-config --libs gtk+-3.0` ldflags=`pkg-config --libs gtk+-3.0`
sources=plugins.c sources=plugins.c
[tests.log] [tests.log]