Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XLIB_LIBDMX
|
||||
bool "libdmx"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XPROTO_DMXPROTO
|
||||
help
|
||||
X.Org dmx library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/xorg-announce/2013-May/002225.html
|
||||
sha256 c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201 libdmx-1.1.3.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libdmx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBDMX_VERSION = 1.1.3
|
||||
XLIB_LIBDMX_SOURCE = libdmx-$(XLIB_LIBDMX_VERSION).tar.bz2
|
||||
XLIB_LIBDMX_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBDMX_LICENSE = MIT
|
||||
XLIB_LIBDMX_LICENSE_FILES = COPYING
|
||||
XLIB_LIBDMX_INSTALL_STAGING = YES
|
||||
XLIB_LIBDMX_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_dmxproto
|
||||
XLIB_LIBDMX_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user