| This patch ensures that programs which depend on x11 are not build if x11 |
| Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> |
| Index: mesa3d-demos-8.1.0/src/egl/opengles2/Makefile.am |
| =================================================================== |
| --- mesa3d-demos-8.1.0.orig/src/egl/opengles2/Makefile.am |
| +++ mesa3d-demos-8.1.0/src/egl/opengles2/Makefile.am |
| @@ -35,9 +35,10 @@ AM_LDFLAGS = \ |
| +bin_PROGRAMS = es2gears_screen |
| @@ -45,6 +46,7 @@ bin_PROGRAMS += es2gears_wayland |
| es2_info_LDADD = $(X11_LIBS) |
| es2tri_LDADD = $(X11_LIBS) |