kumquat-buildroot/package/x11r7/xapp_xrandr/xapp_xrandr.mk
Bernd Kuhls ae56032b47 xapp_xrandr: Bump version to 1.4.2
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-29 23:15:32 +01:00

16 lines
537 B
Makefile

################################################################################
#
# xapp_xrandr
#
################################################################################
XAPP_XRANDR_VERSION = 1.4.2
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XRANDR_LICENSE = MIT
XAPP_XRANDR_LICENSE_FILES = COPYING
XAPP_XRANDR_DEPENDENCIES = xlib_libXrandr xlib_libX11
XAPP_XRANDR_CONF_OPT = --disable-malloc0returnsnull
$(eval $(autotools-package))