summaryrefslogtreecommitdiff
path: root/config/rpi
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-18 02:43:44 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-18 15:23:42 +1100
commited5f63c9efcb9746d001819d413b8b20770c3f62 (patch)
tree564bdc9d6b36750dcf4a86a6e07f72be95e64768 /config/rpi
parentb4f3e4094bc285f2f7a8d3cea121119e2c5e90cb (diff)
downloadgst-omx-ed5f63c9efcb9746d001819d413b8b20770c3f62.tar.gz
build: add meson build definition
Currently only been tested on the RPi within gst-build.
Diffstat (limited to 'config/rpi')
-rw-r--r--config/rpi/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/rpi/meson.build b/config/rpi/meson.build
new file mode 100644
index 0000000..dc99c08
--- /dev/null
+++ b/config/rpi/meson.build
@@ -0,0 +1 @@
+install_data (['gstomx.conf'], install_dir : omx_conf_dir)