Import buildroot 2016.02.01
This commit is contained in:
9
firmware/buildroot/package/x11r7/xapp_xeyes/Config.in
Normal file
9
firmware/buildroot/package/x11r7/xapp_xeyes/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XAPP_XEYES
|
||||
bool "xeyes"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
help
|
||||
X.Org xeyes application
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2010-November/001552.html
|
||||
sha1 efe6116d31a7f69e4fb6038613e52b0960b9b61c xeyes-1.1.1.tar.bz2
|
||||
14
firmware/buildroot/package/x11r7/xapp_xeyes/xapp_xeyes.mk
Normal file
14
firmware/buildroot/package/x11r7/xapp_xeyes/xapp_xeyes.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xeyes
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XEYES_VERSION = 1.1.1
|
||||
XAPP_XEYES_SOURCE = xeyes-$(XAPP_XEYES_VERSION).tar.bz2
|
||||
XAPP_XEYES_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XEYES_LICENSE = MIT
|
||||
XAPP_XEYES_LICENSE_FILES = COPYING
|
||||
XAPP_XEYES_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu xlib_libXrender xlib_libXt
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user