Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXAU
|
||||
bool "libXau"
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
help
|
||||
X.Org Xau library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/xorg/2013-May/055728.html
|
||||
sha256 fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2 libXau-1.0.8.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXau
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXAU_VERSION = 1.0.8
|
||||
XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.bz2
|
||||
XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXAU_LICENSE = MIT
|
||||
XLIB_LIBXAU_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXAU_INSTALL_STAGING = YES
|
||||
XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user