Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
config BR2_PACKAGE_XPROTO_XINERAMAPROTO
bool "xineramaproto"
help
X.Org Xinerama protocol headers

View File

@@ -0,0 +1,3 @@
# From http://article.gmane.org/gmane.comp.freedesktop.xorg.announce/1312
md5 9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
sha1 818bffc16139d6e3de4344c83f00c495d3536753 xineramaproto-1.2.1.tar.bz2

View File

@@ -0,0 +1,15 @@
################################################################################
#
# xproto_xineramaproto
#
################################################################################
XPROTO_XINERAMAPROTO_VERSION = 1.2.1
XPROTO_XINERAMAPROTO_SOURCE = xineramaproto-$(XPROTO_XINERAMAPROTO_VERSION).tar.bz2
XPROTO_XINERAMAPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_XINERAMAPROTO_LICENSE = MIT
XPROTO_XINERAMAPROTO_LICENSE_FILES = COPYING
XPROTO_XINERAMAPROTO_INSTALL_STAGING = YES
XPROTO_XINERAMAPROTO_INSTALL_TARGET = NO
$(eval $(autotools-package))