Move buildroot to bsp directory.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
||||
bool "xf86-video-openchrome"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
select BR2_PACKAGE_XLIB_LIBXVMC
|
||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
||||
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
Openchrome, A free and Open Source video driver for the VIA/S3G
|
||||
UniChrome and UniChrome Pro graphics chipsets.
|
||||
|
||||
comment "xf86-video-openchrome needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-May/002220.html
|
||||
sha1 1f7b23d4ed53417eda5c6730486b36812f469295 xf86-video-openchrome-0.3.3.tar.bz2
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-openchrome
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.3.3
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://xorg.freedesktop.org/archive/individual/driver
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE_FILES = COPYING
|
||||
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_DEPENDENCIES = \
|
||||
xserver_xorg-server \
|
||||
libdrm \
|
||||
xlib_libX11 \
|
||||
xlib_libXcomposite \
|
||||
xlib_libXvMC \
|
||||
xproto_fontsproto \
|
||||
xproto_glproto \
|
||||
xproto_randrproto \
|
||||
xproto_renderproto \
|
||||
xproto_xextproto \
|
||||
xproto_xf86driproto \
|
||||
xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user