xapp_xcompmgr.mk 570 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # xapp_xcompmgr
  4. #
  5. ################################################################################
  6. XAPP_XCOMPMGR_VERSION = 1.1.8
  7. XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.bz2
  8. XAPP_XCOMPMGR_SITE = http://xorg.freedesktop.org/releases/individual/app
  9. XAPP_XCOMPMGR_LICENSE = MIT
  10. XAPP_XCOMPMGR_LICENSE_FILES = COPYING
  11. XAPP_XCOMPMGR_DEPENDENCIES = \
  12. xlib_libXcomposite \
  13. xlib_libXdamage \
  14. xlib_libXext \
  15. xlib_libXfixes \
  16. xlib_libXrender
  17. $(eval $(autotools-package))