midori: depend on x11 backend for gtk3
Mirror commit ba25711e
for midori as well, otherwise gtk3 with non-X11
backends can trigger build failures. Fixes:
http://autobuild.buildroot.net/results/80ffdf54fd675fbff5a645784cd041cdf862154c/
http://autobuild.buildroot.net/results/1c049845ade60de223296c77c8a70869c4db64f0/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4be8a0abc4
commit
fc56d0fc9b
@ -37,7 +37,7 @@ ifeq ($(BR2_PACKAGE_MIDORI_HTTPS),y)
|
||||
MIDORI_DEPENDENCIES += glib-networking
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
MIDORI_CONF_OPTS += -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON
|
||||
MIDORI_DEPENDENCIES += libgtk3
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user