efl-mono: Make the setup.py script work again

It was broken when the snippets folder was added without a meson.build file.
This commit is contained in:
Xavi Artigas 2019-06-14 12:46:50 +02:00
parent b2c7e2c2dd
commit a49641d9b4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
project(
'snippets', 'cs',
version : '0.0.1',
meson_version : '>= 0.38.0')
efl_mono = dependency('efl-mono', version : '>=1.20.99')
efl_mono_libs = efl_mono.get_pkgconfig_variable('mono_libs')