1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

handle meson optoins properly

This commit is contained in:
Derek Dai 2017-04-03 22:16:29 +08:00
parent 44c096d25c
commit 93c0ec8811
No known key found for this signature in database
GPG key ID: E109CC97553EF009
2 changed files with 37 additions and 39 deletions

View file

@ -1,3 +1,6 @@
gstreamer = dependency('gstreamer-1.0')
gstreamer_base = dependency('gstreamer-base-1.0')
inc = include_directories('../..', '../ctl',)
deps = [libsystemd, gstreamer, gstreamer_base, libmiracle_shared_dep]
if readline.found()