Move all to deprecated folder.
This commit is contained in:
12
deprecated/firmware/buildroot/package/x11r7/libxcb/Config.in
Normal file
12
deprecated/firmware/buildroot/package/x11r7/libxcb/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_LIBXCB
|
||||
bool "libxcb"
|
||||
select BR2_PACKAGE_LIBPTHREAD_STUBS
|
||||
select BR2_PACKAGE_XCB_PROTO
|
||||
select BR2_PACKAGE_XLIB_LIBXDMCP
|
||||
select BR2_PACKAGE_XLIB_LIBXAU
|
||||
help
|
||||
The X protocol C-language Binding (XCB) is a replacement for
|
||||
Xlib featuring a small footprint, latency hiding, direct access
|
||||
to the protocol, improved threading support, and extensibility.
|
||||
|
||||
http://xcb.freedesktop.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-September/002633.html
|
||||
sha256 b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30 libxcb-1.11.1.tar.bz2
|
||||
23
deprecated/firmware/buildroot/package/x11r7/libxcb/libxcb.mk
Normal file
23
deprecated/firmware/buildroot/package/x11r7/libxcb/libxcb.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# libxcb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBXCB_VERSION = 1.11.1
|
||||
LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
|
||||
LIBXCB_SITE = http://xcb.freedesktop.org/dist
|
||||
LIBXCB_LICENSE = MIT
|
||||
LIBXCB_LICENSE_FILES = COPYING
|
||||
|
||||
LIBXCB_INSTALL_STAGING = YES
|
||||
|
||||
LIBXCB_DEPENDENCIES = \
|
||||
host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
|
||||
host-xcb-proto host-python host-pkgconf
|
||||
|
||||
LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||
HOST_LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user