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:
parent
44c096d25c
commit
93c0ec8811
2 changed files with 37 additions and 39 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue