summaryrefslogtreecommitdiff
path: root/network/http-launch
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-08-26 19:02:24 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-08-26 19:02:24 +0300
commitfc41dd802f499ab4fc73c720a2f35803b5b995a8 (patch)
tree278be45d10f50205ded882f26786679f03a9f6fc /network/http-launch
parente9c4fd17a77462ac7b57c9057f0f8adc0c35ba73 (diff)
Add meson build system for playback/player/{gst-play,gtk} and network/http-launch
Diffstat (limited to 'network/http-launch')
-rw-r--r--network/http-launch/meson.build3
1 files changed, 3 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])