Commit a5617a52 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libevas: x11 glx option needs Xrender, Xext and libeet

parent 57c7706b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -98,7 +98,10 @@ config BR2_PACKAGE_LIBEVAS_X11_GLX
	bool "libevas X11 GLX backend"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXRENDER
	select BR2_PACKAGE_XLIB_LIBXEXT
	select BR2_PACKAGE_XPROTO_GLPROTO
	select BR2_PACKAGE_LIBEET
	help
	  This enables the OpenGL X11 rendering engine that renders
	  using GLX which may be hardware accelerated.
+2 −1
Original line number Diff line number Diff line
@@ -65,7 +65,8 @@ endif

ifeq ($(BR2_PACKAGE_LIBEVAS_X11_GLX),y)
LIBEVAS_CONF_OPT += --enable-gl-xlib
LIBEVAS_DEPENDENCIES += xproto_glproto xlib_libX11
LIBEVAS_DEPENDENCIES += xproto_glproto xlib_libX11 xlib_libXrender \
			xlib_libXext libeet
endif

ifeq ($(BR2_PACKAGE_LIBEVAS_XCB),y)