summaryrefslogtreecommitdiff
path: root/examples/gtk4/simple-bar/js/meson.build
diff options
context:
space:
mode:
authorAylur <[email protected]>2025-03-01 20:59:09 +0100
committerAylur <[email protected]>2025-03-01 21:02:29 +0100
commit23cdbc8088b5c308a068b432a6b03213ede68f07 (patch)
tree1e8bd6ffde5273fcd80aca0d30cbb38dbe5f9461 /examples/gtk4/simple-bar/js/meson.build
parentdfd1f23c7562694e571d44c45aa74fcea9b1ba01 (diff)
add gtk4 examples
Diffstat (limited to 'examples/gtk4/simple-bar/js/meson.build')
-rw-r--r--examples/gtk4/simple-bar/js/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/gtk4/simple-bar/js/meson.build b/examples/gtk4/simple-bar/js/meson.build
new file mode 100644
index 0000000..f49af2e
--- /dev/null
+++ b/examples/gtk4/simple-bar/js/meson.build
@@ -0,0 +1,12 @@
+project('simple-bar')
+
+dependency('astal-4-4.0')
+dependency('astal-battery-0.1')
+dependency('astal-wireplumber-0.1')
+dependency('astal-network-0.1')
+dependency('astal-mpris-0.1')
+dependency('astal-power-profiles-0.1')
+dependency('astal-tray-0.1')
+dependency('astal-bluetooth-0.1')
+
+subdir('src')