Import buildroot 2016.02.01
This commit is contained in:
6
firmware/buildroot/package/x11r7/xapp_xwininfo/Config.in
Normal file
6
firmware/buildroot/package/x11r7/xapp_xwininfo/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XWININFO
|
||||
bool "xwininfo"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
window information utility for X
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-May/002215.html
|
||||
sha256 218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8 xwininfo-1.1.3.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xwininfo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XWININFO_VERSION = 1.1.3
|
||||
XAPP_XWININFO_SOURCE = xwininfo-$(XAPP_XWININFO_VERSION).tar.bz2
|
||||
XAPP_XWININFO_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XWININFO_LICENSE = MIT
|
||||
XAPP_XWININFO_LICENSE_FILES = COPYING
|
||||
XAPP_XWININFO_DEPENDENCIES = xlib_libX11 xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user