File: meson.build

package info (click to toggle)
gst-python1.0 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,024 kB
  • sloc: python: 8,717; ansic: 2,065; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
install_data(
  'python/gesotioformatter.py',
  install_dir: python_plugin_install_dir
)

meson.add_devenv({'GST_PLUGIN_PATH': meson.current_source_dir()}, method: 'prepend')