buildrootschalter/package/x11r7/xlib_libXxf86dga/xlib_libXxf86dga.mk
Bernd Kuhls 8c969f7786 xorg: Bump xlib_libXxf86dga to version 1.1.4
- remove patches applied upstream

thanks to Jerzy Grzegorek for the hint

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-07 21:23:05 +01:00

17 lines
658 B
Makefile

################################################################################
#
# xlib_libXxf86dga
#
################################################################################
XLIB_LIBXXF86DGA_VERSION = 1.1.4
XLIB_LIBXXF86DGA_SOURCE = libXxf86dga-$(XLIB_LIBXXF86DGA_VERSION).tar.bz2
XLIB_LIBXXF86DGA_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXXF86DGA_LICENSE = MIT
XLIB_LIBXXF86DGA_LICENSE_FILES = COPYING
XLIB_LIBXXF86DGA_INSTALL_STAGING = YES
XLIB_LIBXXF86DGA_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_xf86dgaproto xproto_xproto
XLIB_LIBXXF86DGA_CONF_OPT = --disable-malloc0returnsnull
$(eval $(autotools-package))