summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2018-02-08 20:53:09 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2018-02-09 20:22:07 +0100
commitcc0efc0eedf2490c05b7fc854dc8a4947ebb07e3 (patch)
tree829cde7d4ddf73d4a715b405ec432dda4858fdd5
parent466f2ead392d0c989361e87a013cda017d4c7d00 (diff)
egl: Install eglinfo binary
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
-rw-r--r--src/egl/opengl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \