summaryrefslogtreecommitdiffstats
path: root/ui/resources/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-24 16:04:56 -0600
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-01-24 16:04:56 -0600
commit154f94d1fd2de8f6510bfebba848a24c60b1ba8b (patch)
tree072bf7b9bb6f3599f54cf200e4d9eedde783c34d /ui/resources/meson.build
parentendian functions (diff)
Diffstat (limited to 'ui/resources/meson.build')
-rw-r--r--ui/resources/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/resources/meson.build b/ui/resources/meson.build
new file mode 100644
index 0000000..0642a3f
--- /dev/null
+++ b/ui/resources/meson.build
@@ -0,0 +1,5 @@
+gnome = import('gnome')
+
+main_res = gnome.compile_resources('vl-res',
+ files('vaclaunch.gresource.xml'),
+ c_name : 'vl')