mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
cb4342b8f2
This allows us to run unit test as part of ninja test and have versionning in sync. Also the goal is to have everything inside meson. https://bugzilla.gnome.org/show_bug.cgi?id=795282
6 lines
No EOL
394 B
Meson
6 lines
No EOL
394 B
Meson
install_data('about-dialog.ui', 'main-window.ui', 'menus.ui', 'gst-debug-viewer.png',
|
|
install_dir: join_paths(get_option('datadir'), 'gst-debug-viewer'))
|
|
install_data('gst-debug-viewer.png',
|
|
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/48x48/apps'))
|
|
install_data('gst-debug-viewer.svg',
|
|
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')) |