Loading package/efl/libevas/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ choice default BR2_PACKAGE_LIBEVAS_GL config BR2_PACKAGE_LIBEVAS_GL select BR2_PACKAGE_MESA3D bool "generic OpenGL" config BR2_PACKAGE_LIBEVAS_GLES_SGX Loading package/efl/libevas/libevas.mk +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ LIBEVAS_CONF_OPT += --enable-gl-sdl LIBEVAS_DEPENDENCIES += sdl endif ifeq ($(BR2_PACKAGE_LIBEVAS_GL),y) LIBEVAS_DEPENDENCIES += mesa3d endif ifeq ($(BR2_PACKAGE_LIBEVAS_GLES_SGX),y) LIBEVAS_CONF_OPT += --enable-gl-flavor-gles --enable-gles-variety-sgx endif Loading Loading
package/efl/libevas/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -134,6 +134,7 @@ choice default BR2_PACKAGE_LIBEVAS_GL config BR2_PACKAGE_LIBEVAS_GL select BR2_PACKAGE_MESA3D bool "generic OpenGL" config BR2_PACKAGE_LIBEVAS_GLES_SGX Loading
package/efl/libevas/libevas.mk +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ LIBEVAS_CONF_OPT += --enable-gl-sdl LIBEVAS_DEPENDENCIES += sdl endif ifeq ($(BR2_PACKAGE_LIBEVAS_GL),y) LIBEVAS_DEPENDENCIES += mesa3d endif ifeq ($(BR2_PACKAGE_LIBEVAS_GLES_SGX),y) LIBEVAS_CONF_OPT += --enable-gl-flavor-gles --enable-gles-variety-sgx endif Loading