e08bfe2f9c
XDRIVER_XF86_VIDEO_R128_CONF_OPTS is wrongly overridden in a conditional
since commit 082b65319c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
696 B
Makefile
19 lines
696 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-video-r128
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_VIDEO_R128_VERSION = 6.12.0
|
|
XDRIVER_XF86_VIDEO_R128_SOURCE = xf86-video-r128-$(XDRIVER_XF86_VIDEO_R128_VERSION).tar.bz2
|
|
XDRIVER_XF86_VIDEO_R128_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_VIDEO_R128_LICENSE = MIT
|
|
XDRIVER_XF86_VIDEO_R128_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_VIDEO_R128_DEPENDENCIES = xserver_xorg-server xorgproto
|
|
|
|
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
|
XDRIVER_XF86_VIDEO_R128_CONF_OPTS += --disable-dri
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|