Commit 79f22504 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libevas: generic opengl option needs mesa

parent a5617a52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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