mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 05:08:04 +02:00
Output summary of enabled features at the end of configure.ac
This commit is contained in:
parent
dd6cbe7acb
commit
696fdb11f4
1 changed files with 8 additions and 0 deletions
|
|
@ -209,3 +209,11 @@ AC_OUTPUT([
|
|||
include/Makefile
|
||||
include/drm/Makefile
|
||||
libdrm.pc])
|
||||
|
||||
echo ""
|
||||
echo "$PACKAGE_STRING will be compiled with:"
|
||||
echo ""
|
||||
echo " Intel api yes"
|
||||
echo " Radeon api $RADEON"
|
||||
echo " Nouveau API $NOUVEAU"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue