Import buildroot 2016.02.01
This commit is contained in:
6
firmware/buildroot/package/x11r7/xapp_xprop/Config.in
Normal file
6
firmware/buildroot/package/x11r7/xapp_xprop/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XPROP
|
||||
bool "xprop"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
property displayer for X
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-August/002290.html
|
||||
sha256 9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6 xprop-1.2.2.tar.bz2
|
||||
14
firmware/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk
Normal file
14
firmware/buildroot/package/x11r7/xapp_xprop/xapp_xprop.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xprop
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XPROP_VERSION = 1.2.2
|
||||
XAPP_XPROP_SOURCE = xprop-$(XAPP_XPROP_VERSION).tar.bz2
|
||||
XAPP_XPROP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XPROP_LICENSE = MIT
|
||||
XAPP_XPROP_LICENSE_FILES = COPYING
|
||||
XAPP_XPROP_DEPENDENCIES = xlib_libX11 xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user