Skip to content

Commit

Permalink
Add Mir to configure script's summary output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 3, 2014
1 parent 69d85ff commit 8f055d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -18722,6 +18722,7 @@ $as_echo "$video_mir" >&6; }
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
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -1156,6 +1156,7 @@ CheckMir()
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
Expand Down

0 comments on commit 8f055d1

Please sign in to comment.