mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
configure: Fix DRI2 build
One s/DRI2/have_dri2/ too far. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -520,7 +520,7 @@ have_dri2=no
|
||||
have_dri3=no
|
||||
if test "x$DRI" != "xno"; then
|
||||
if test "x$DRI2" != "xno"; then
|
||||
PKG_CHECK_MODULES(have_dri2, [dri2proto >= 2.6], [have_dri2=$DRI], [have_dri2=no])
|
||||
PKG_CHECK_MODULES(DRI2, [dri2proto >= 2.6], [have_dri2=$DRI], [have_dri2=no])
|
||||
fi
|
||||
if test "x$have_dri2" != "xno"; then
|
||||
save_CFLAGS=$CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user