buildroot/package/x11r7/xapp_xrandr/xapp_xrandr.mk
Thomas Petazzoni 42a28105f1 x11r7: AUTORECONF=NO is the default, remove
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-05 20:23:33 +02:00

14 lines
529 B
Makefile

################################################################################
#
# xapp_xrandr -- primitive command line interface to RandR extension
#
################################################################################
XAPP_XRANDR_VERSION = 1.3.2
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XRANDR_DEPENDENCIES = xlib_libXrandr xlib_libX11
XAPP_XRANDR_CONF_OPT = --disable-malloc0returnsnull
$(eval $(call AUTOTARGETS))