meson: do not add cs as required compiler
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 25 Oct 2018 21:40:31 +0000 (23:40 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:46 +0000 (15:40 +0900)
Summary: its only required when having mono

Reviewers: q66, netstar, jeyzu

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7213

meson.build
src/bindings/mono/meson.build

index b69113e..0d2224f 100644 (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'
index dc948a6..2bcab9b 100644 (file)
@@ -1,3 +1,5 @@
+add_languages('cs')
+
 mono_sublibs = [
   ['Eina',        true, ], #
   ['Eolian',      true, ], #