Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XCOMPMGR
|
||||
bool "xcompmgr"
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
help
|
||||
xcompmgr is a sample compositing manager that enables basic
|
||||
eye-candy effects.
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002568.html
|
||||
sha256 c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 xcompmgr-1.1.7.tar.bz2
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xcompmgr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCOMPMGR_VERSION = 1.1.7
|
||||
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
|
||||
XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCOMPMGR_LICENSE = MIT
|
||||
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
|
||||
XAPP_XCOMPMGR_DEPENDENCIES = \
|
||||
xlib_libXcomposite \
|
||||
xlib_libXdamage \
|
||||
xlib_libXext \
|
||||
xlib_libXfixes \
|
||||
xlib_libXrender
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user