mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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)
|
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||||
MIDORI_CONF_OPTS += -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON
|
MIDORI_CONF_OPTS += -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON
|
||||||
MIDORI_DEPENDENCIES += libgtk3
|
MIDORI_DEPENDENCIES += libgtk3
|
||||||
|
# Only useful with gtk3
|
||||||
|
ifeq ($(BR2_PACKAGE_GCR),y)
|
||||||
|
MIDORI_DEPENDENCIES += gcr
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
MIDORI_CONF_OPTS += -DUSE_GTK3=OFF
|
MIDORI_CONF_OPTS += -DUSE_GTK3=OFF
|
||||||
MIDORI_DEPENDENCIES += libgtk2
|
MIDORI_DEPENDENCIES += libgtk2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user