meson: do not add cs as required compiler

Summary: its only required when having mono

Reviewers: q66, netstar, jeyzu

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7213
This commit is contained in:
Marcel Hollerbach 2018-10-25 23:40:31 +02:00 committed by Daniel Kolesa
parent ddce3fc8a7
commit 852dd60cdb
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project('efl', ['c','cpp', 'cs'],
project('efl', ['c','cpp'],
version: '1.21.99',
default_options : ['buildtype=plain'],
meson_version : '>=0.46'

View File

@ -1,3 +1,5 @@
add_languages('cs')
mono_sublibs = [
['Eina', true, ], #
['Eolian', true, ], #