mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
package/x11r7/xapp_xcompmgr: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0b9d9f958d
commit
194d7c531b
@ -89,6 +89,7 @@ if BR2_PACKAGE_XORG7
|
||||
source package/x11r7/xapp_xclipboard/Config.in
|
||||
source package/x11r7/xapp_xclock/Config.in
|
||||
source package/x11r7/xapp_xcmsdb/Config.in
|
||||
source package/x11r7/xapp_xcompmgr/Config.in
|
||||
source package/x11r7/xapp_xconsole/Config.in
|
||||
source package/x11r7/xapp_xcursorgen/Config.in
|
||||
source package/x11r7/xapp_xdbedizzy/Config.in
|
||||
|
10
package/x11r7/xapp_xcompmgr/Config.in
Normal file
10
package/x11r7/xapp_xcompmgr/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XAPP_XCOMPMGR
|
||||
bool "xcompmgr"
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES
|
||||
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
||||
help
|
||||
xcompmgr is a sample compositing manager that enables basic
|
||||
eye-candy effects.
|
2
package/x11r7/xapp_xcompmgr/xapp_xcompmgr.hash
Normal file
2
package/x11r7/xapp_xcompmgr/xapp_xcompmgr.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002568.html
|
||||
sha256 c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 xcompmgr-1.1.7.tar.bz2
|
19
package/x11r7/xapp_xcompmgr/xapp_xcompmgr.mk
Normal file
19
package/x11r7/xapp_xcompmgr/xapp_xcompmgr.mk
Normal file
@ -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))
|
Loading…
Reference in New Issue
Block a user