update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_XAPP_XCURSORGEN
bool "xcursorgen"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
create an X cursor file from a collection of PNG images

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2014-May/002438.html
sha256 31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c xcursorgen-1.0.6.tar.bz2

View File

@@ -0,0 +1,17 @@
################################################################################
#
# xapp_xcursorgen
#
################################################################################
XAPP_XCURSORGEN_VERSION = 1.0.6
XAPP_XCURSORGEN_SOURCE = xcursorgen-$(XAPP_XCURSORGEN_VERSION).tar.bz2
XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCURSORGEN_LICENSE = MIT
XAPP_XCURSORGEN_LICENSE_FILES = COPYING
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
HOST_XAPP_XCURSORGEN_DEPENDENCIES = \
host-libpng host-xlib_libX11 host-xlib_libXcursor
$(eval $(autotools-package))
$(eval $(host-autotools-package))