kumquat-buildroot/package/x11r7/xlib_libXcomposite/xlib_libXcomposite.mk

16 lines
638 B
Makefile
Raw Normal View History

################################################################################
#
# xlib_libXcomposite
#
################################################################################
XLIB_LIBXCOMPOSITE_VERSION = 0.4.4
XLIB_LIBXCOMPOSITE_SOURCE = libXcomposite-$(XLIB_LIBXCOMPOSITE_VERSION).tar.bz2
XLIB_LIBXCOMPOSITE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCOMPOSITE_LICENSE = MIT
XLIB_LIBXCOMPOSITE_LICENSE_FILES = COPYING
XLIB_LIBXCOMPOSITE_INSTALL_STAGING = YES
XLIB_LIBXCOMPOSITE_DEPENDENCIES = xproto_compositeproto xlib_libX11 xlib_libXext xlib_libXfixes xproto_xproto
$(eval $(autotools-package))