ports/graphics/mesa-demos/files/patch-src_egl_opengl_Makefile.am
Baptiste Daroussin 31ae1852c8 Enable the EGL and GLESv2 demos
PR:		214708
Submitted by:	matthew@reztek.cz
2017-01-22 21:44:36 +00:00

13 lines
249 B
Text

# Install the EGL demos
#
--- src/egl/opengl/Makefile.am.orig 2015-12-09 21:04:02 UTC
+++ src/egl/opengl/Makefile.am
@@ -50,7 +50,7 @@ endif
endif
if HAVE_EGL
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
eglinfo \
peglgears \
$(EGL_DRM_DEMOS) \