midori: enable optional gcr support
Only used/useful with the gtk3 backend though. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
746a91ab31
commit
0dcd577c66
@ -40,6 +40,10 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
MIDORI_CONF_OPTS += -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON
|
||||
MIDORI_DEPENDENCIES += libgtk3
|
||||
# Only useful with gtk3
|
||||
ifeq ($(BR2_PACKAGE_GCR),y)
|
||||
MIDORI_DEPENDENCIES += gcr
|
||||
endif
|
||||
else
|
||||
MIDORI_CONF_OPTS += -DUSE_GTK3=OFF
|
||||
MIDORI_DEPENDENCIES += libgtk2
|
||||
|
Loading…
Reference in New Issue
Block a user