# HG changeset patch # User Ryan C. Gordon # Date 1391444065 18000 # Node ID 429513cb67071c7d5a7180951ec7e665c9e6ed74 # Parent f5d262613ed21638a916a36bbfed5adcd90c14f2 Add Mir to configure script's summary output. diff -r f5d262613ed2 -r 429513cb6707 configure --- a/configure Mon Feb 03 11:01:32 2014 -0500 +++ b/configure Mon Feb 03 11:14:25 2014 -0500 @@ -18722,6 +18722,7 @@ EXTRA_CFLAGS="$EXTRA_CFLAGS `$PKG_CONFIG --cflags egl mirclient xkbcommon`" EXTRA_LDFLAGS="$EXTRA_LDFLAGS `$PKG_CONFIG --libs egl mirclient xkbcommon`" have_video=yes + SUMMARY_video="${SUMMARY_video} mir" fi fi fi diff -r f5d262613ed2 -r 429513cb6707 configure.in --- a/configure.in Mon Feb 03 11:01:32 2014 -0500 +++ b/configure.in Mon Feb 03 11:14:25 2014 -0500 @@ -1156,6 +1156,7 @@ EXTRA_CFLAGS="$EXTRA_CFLAGS `$PKG_CONFIG --cflags egl mirclient xkbcommon`" EXTRA_LDFLAGS="$EXTRA_LDFLAGS `$PKG_CONFIG --libs egl mirclient xkbcommon`" have_video=yes + SUMMARY_video="${SUMMARY_video} mir" fi fi fi