summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/http-launch/meson.build3
-rw-r--r--network/meson.build1
2 files changed, 4 insertions, 0 deletions
diff --git a/network/http-launch/meson.build b/network/http-launch/meson.build
new file mode 100644
index 0000000..f9ebc69
--- /dev/null
+++ b/network/http-launch/meson.build
@@ -0,0 +1,3 @@
+gst_dep = dependency('gstreamer-1.0')
+gio_dep = dependency('gio-2.0')
+executable('http-launch', 'http-launch.c', dependencies : [gst_dep, gio_dep])
diff --git a/network/meson.build b/network/meson.build
new file mode 100644
index 0000000..d53f422
--- /dev/null
+++ b/network/meson.build
@@ -0,0 +1 @@
+subdir('http-launch')