Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XDRIINFO
|
||||
bool "xdriinfo"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
help
|
||||
query configuration information of DRI drivers
|
||||
|
||||
comment "xdriinfo needs an OpenGL backend"
|
||||
depends on !BR2_PACKAGE_HAS_LIBGL
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002570.html
|
||||
sha256 4cba3766ef89557422062287248adeb933999071bad6f3ef9c0a478a3c680119 xdriinfo-1.0.5.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xdriinfo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XDRIINFO_VERSION = 1.0.5
|
||||
XAPP_XDRIINFO_SOURCE = xdriinfo-$(XAPP_XDRIINFO_VERSION).tar.bz2
|
||||
XAPP_XDRIINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XDRIINFO_LICENSE = MIT
|
||||
XAPP_XDRIINFO_LICENSE_FILES = COPYING
|
||||
XAPP_XDRIINFO_DEPENDENCIES = xlib_libX11 xproto_glproto mesa3d
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user