examples: Only build RPi EGL example if RPi was chosen as target

This commit is contained in:
Sebastian Dröge 2014-03-12 12:43:49 +01:00
parent e9b7dc230b
commit c4426a49db

View file

@ -1,4 +1,8 @@
noinst_PROGRAMS = testegl
noinst_PROGRAMS =
if USE_OMX_TARGET_RPI
noinst_PROGRAMS += testegl
endif
testegl_SOURCES = testegl.c