make spa-lib versioned

Fixes #60
This commit is contained in:
Wim Taymans 2018-08-13 16:14:14 +02:00
parent 336fd190b4
commit d768a2d6da
4 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,6 @@
#project('spa', 'c')
alsa_dep = dependency('alsa')
v4l2_dep = dependency('libv4l2')
x11_dep = dependency('x11', required : false)