toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / x11r7 / xapp_xcompmgr / xapp_xcompmgr.mk
blob918c1e50ae91b412500165e9e42bc22f5658ea98
1 ################################################################################
3 # xapp_xcompmgr
5 ################################################################################
7 XAPP_XCOMPMGR_VERSION = 1.1.7
8 XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
9 XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
10 XAPP_XCOMPMGR_LICENSE = MIT
11 XAPP_XCOMPMGR_LICENSE_FILES = COPYING
12 XAPP_XCOMPMGR_DEPENDENCIES = \
13 xlib_libXcomposite \
14 xlib_libXdamage \
15 xlib_libXext \
16 xlib_libXfixes \
17 xlib_libXrender
19 $(eval $(autotools-package))