Commit 2ac0250c authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/x11r7/libepoxy: New package



xdriver_xf86-video-ati needs glamor support from xserver_xorg-server,
which in turn depends on libepoxy.

[Thomas: add license information.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 86458aba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ if BR2_PACKAGE_XORG7
	endmenu
	menu "X11R7 Libraries"
		source package/x11r7/libxcb/Config.in
		source package/x11r7/libepoxy/Config.in
		source package/x11r7/xcb-util/Config.in
		source package/x11r7/xcb-util-image/Config.in
		source package/x11r7/xcb-util-keysyms/Config.in
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBEPOXY
	bool "epoxy"
	depends on BR2_PACKAGE_MESA3D
	help
	  Epoxy is a library for handling OpenGL function pointer management for you.

	  https://github.com/anholt/libepoxy
+15 −0
Original line number Diff line number Diff line
################################################################################
#
# libepoxy
#
#################################################################################

LIBEPOXY_VERSION = v1.2
LIBEPOXY_SITE = $(call github,anholt,libepoxy,$(LIBEPOXY_VERSION))
LIBEPOXY_INSTALL_STAGING = YES
LIBEPOXY_AUTORECONF = YES
LIBEPOXY_DEPENDENCIES = mesa3d
LIBEPOXY_LICENSE = MIT
LIBEPOXY_LICENSE_FILES = COPYING

$(eval $(autotools-package))