Signed-off-by: Andreas Boll <andreas.boll....@gmail.com> --- I'd like to ship eglinfo inside Debian's mesa-utils-extra package and I thought other distributions could be interested in this patch as well.
src/egl/opengl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am index b745573a..6d184ff6 100644 --- a/src/egl/opengl/Makefile.am +++ b/src/egl/opengl/Makefile.am @@ -56,8 +56,9 @@ endif endif if HAVE_EGL +bin_PROGRAMS = \ + eglinfo noinst_PROGRAMS = \ - eglinfo \ peglgears \ $(EGL_DRM_DEMOS) \ $(EGL_X11_DEMOS) \ -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev