mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 05:31:18 +01:00
16 lines
638 B
Makefile
16 lines
638 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|