mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/x11r7/xdriver_xf86-video-tdfx: don't override XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS
XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS is wrongly overridden in a conditional
since commit 7614ca037b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e0a3e6a921
commit
41feca427f
@@ -16,7 +16,7 @@ XDRIVER_XF86_VIDEO_TDFX_DEPENDENCIES = \
|
|||||||
xserver_xorg-server
|
xserver_xorg-server
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||||
XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS = --disable-dri
|
XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS += --disable-dri
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user