Merging gst-python
[platform/upstream/gstreamer.git] / subprojects / gst-omx / config / meson.build
1 if omx_target == 'rpi'
2   sub = 'rpi'
3 elif omx_target == 'bellagio'
4   sub = 'bellagio'
5 elif omx_target == 'zynqultrascaleplus'
6   sub = 'zynqultrascaleplus'
7 elif omx_target == 'tizonia'
8   sub = 'tizonia'
9 else
10   # No config file defined for the 'generic' target
11   sub = ''
12 endif
13
14 if sub != ''
15   subdir (sub)
16   # Used by tests to load the proper conf file
17   omx_config_dir = join_paths (meson.current_source_dir(), sub)
18 else
19   omx_config_dir = ''
20 endif