Move buildroot to bsp directory.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_XINERAMAPROTO
|
||||
bool "xineramaproto"
|
||||
help
|
||||
X.Org Xinerama protocol headers
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user