package/webkitgtk: make gbm support optional
This was added upstream in commit:
22e4c03866
The 'USE_OPENGL_OR_ES' flag is default ON, which will enable 'USE_GBM',
so ensure that we unset 'USE_GBM' if we don't have libgbm.
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Tested-by: Adrian Perez de Castro <aperez@igalia.com>
Acked-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
b9c0e48f68
commit
c06c0197f9
@ -88,6 +88,13 @@ else
|
||||
WEBKITGTK_CONF_OPTS += -DENABLE_GLES2=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_LIBGBM),y)
|
||||
WEBKITGTK_CONF_OPTS += -DUSE_GBM=ON
|
||||
WEBKITGTK_DEPENDENCIES += libgbm
|
||||
else
|
||||
WEBKITGTK_CONF_OPTS += -DUSE_GBM=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
WEBKITGTK_CONF_OPTS += -DENABLE_X11_TARGET=ON
|
||||
WEBKITGTK_DEPENDENCIES += libgl \
|
||||
|
Loading…
Reference in New Issue
Block a user