[Mesa-dev] [PATCH demos 4/4] egl: Install eglinfo binary
Andreas Boll
andreas.boll.dev at gmail.com
Fri Feb 9 09:09:01 UTC 2018
Signed-off-by: Andreas Boll <andreas.boll.dev at 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
More information about the mesa-dev
mailing list