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: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2015-02-07 21:11:16 +01:00 committed by Thomas Petazzoni
parent 86458abafb
commit 2ac0250cc6
3 changed files with 23 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if BR2_PACKAGE_XORG7
endmenu endmenu
menu "X11R7 Libraries" menu "X11R7 Libraries"
source package/x11r7/libxcb/Config.in source package/x11r7/libxcb/Config.in
source package/x11r7/libepoxy/Config.in
source package/x11r7/xcb-util/Config.in source package/x11r7/xcb-util/Config.in
source package/x11r7/xcb-util-image/Config.in source package/x11r7/xcb-util-image/Config.in
source package/x11r7/xcb-util-keysyms/Config.in source package/x11r7/xcb-util-keysyms/Config.in

View File

@ -0,0 +1,7 @@
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

View File

@ -0,0 +1,15 @@
################################################################################
#
# 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))