mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-15 20:58:57 +00:00
examples: Only build RPi EGL example if RPi was chosen as target
This commit is contained in:
parent
e9b7dc230b
commit
c4426a49db
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
noinst_PROGRAMS = testegl
|
||||
noinst_PROGRAMS =
|
||||
|
||||
if USE_OMX_TARGET_RPI
|
||||
noinst_PROGRAMS += testegl
|
||||
endif
|
||||
|
||||
testegl_SOURCES = testegl.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue