Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XRANDR
|
||||
bool "xrandr"
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
primitive command line interface to RandR extension
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-August/002467.html
|
||||
sha256 7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b xrandr-1.4.3.tar.bz2
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xrandr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XRANDR_VERSION = 1.4.3
|
||||
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
|
||||
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XRANDR_LICENSE = MIT
|
||||
XAPP_XRANDR_LICENSE_FILES = COPYING
|
||||
XAPP_XRANDR_DEPENDENCIES = xlib_libXrandr xlib_libX11
|
||||
XAPP_XRANDR_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user