mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 04:50:11 +01:00
Don't hardcore 'yes', use in configure.ac output
Oops, I assumed intel was always enable, but it just defaults to on.
This commit is contained in:
parent
696fdb11f4
commit
863e39b56e
1 changed files with 4 additions and 2 deletions
|
|
@ -183,6 +183,8 @@ if test "x$INTEL" != "xno"; then
|
|||
else
|
||||
INTEL=no
|
||||
fi
|
||||
else
|
||||
INTEL=yes
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
@ -213,7 +215,7 @@ AC_OUTPUT([
|
|||
echo ""
|
||||
echo "$PACKAGE_STRING will be compiled with:"
|
||||
echo ""
|
||||
echo " Intel api yes"
|
||||
echo " Radeon api $RADEON"
|
||||
echo " Intel API $INTEL"
|
||||
echo " Radeon API $RADEON"
|
||||
echo " Nouveau API $NOUVEAU"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue