Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View 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

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-August/002290.html
sha256 9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6 xprop-1.2.2.tar.bz2

View 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))