kumquat-buildroot/package/x11r7/xdriver_xf86-video-vesa/xdriver_xf86-video-vesa.mk
Paulius Zaleckas b798945cf5 Bump xf86-video-vesa to 2.2.1
Also fix building as the patch was correct, but autoreconf
had to be done for it to take effect.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
2010-02-28 11:34:18 +02:00

15 lines
768 B
Makefile

################################################################################
#
# xdriver_xf86-video-vesa -- Generic VESA video driver
#
################################################################################
XDRIVER_XF86_VIDEO_VESA_VERSION = 2.2.1
XDRIVER_XF86_VIDEO_VESA_SOURCE = xf86-video-vesa-$(XDRIVER_XF86_VIDEO_VESA_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_VESA_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_VESA_AUTORECONF = YES
XDRIVER_XF86_VIDEO_VESA_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
XDRIVER_XF86_VIDEO_VESA_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-vesa))