From 4befa2afeb1dcd92a190b53c263af7beb3802646 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Sep 2024 18:48:57 +0200 Subject: Include default recording/replay/streaming images --- meson.build | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 90fa050..8f6f56b 100644 --- a/meson.build +++ b/meson.build @@ -18,9 +18,16 @@ dep = [ dependency('xfixes'), ] +prefix = get_option('prefix') +datadir = get_option('datadir') +gsr_notify_resources_path = join_paths(prefix, datadir, 'gsr-notify') + executable( meson.project_name(), src, install : true, dependencies : dep, -) \ No newline at end of file + cpp_args : '-DGSR_NOTIFY_RESOURCES_PATH="' + gsr_notify_resources_path + '"', +) + +install_subdir('images', install_dir : gsr_notify_resources_path) \ No newline at end of file -- cgit v1.2.3