e9fbe0f0f3
The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
665 B
Makefile
19 lines
665 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libxshmfence
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXSHMFENCE_VERSION = 1.3
|
|
XLIB_LIBXSHMFENCE_SOURCE = libxshmfence-$(XLIB_LIBXSHMFENCE_VERSION).tar.bz2
|
|
XLIB_LIBXSHMFENCE_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXSHMFENCE_LICENSE = MIT
|
|
XLIB_LIBXSHMFENCE_LICENSE_FILES = COPYING
|
|
XLIB_LIBXSHMFENCE_INSTALL_STAGING = YES
|
|
XLIB_LIBXSHMFENCE_DEPENDENCIES = host-pkgconf xorgproto
|
|
|
|
# 0001-configure.ac-call-AC_USE_SYSTEM_EXTENSIONS.patch
|
|
XLIB_LIBXSHMFENCE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|