summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-17 02:17:21 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-17 15:01:57 +0200
commitaea373bc44c40ef90b232e3cdff2905bcecfe460 (patch)
tree050bcc0ce9b7890064891ad7372b580eaf5ea267 /meson.build
parent4098bbda20dac89eefa20840e09673dba4b86862 (diff)
downloadtracker-aea373bc44c40ef90b232e3cdff2905bcecfe460.tar.gz
build: Cleanse of Vala dependencies
Drop all the places left where we do specify things for Vala, and rename the targets that had that name because of vala code presence.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index ebb9acca1..a34364b66 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('tracker', 'c', 'vala',
+project('tracker', 'c',
version: '3.4.0.alpha',
meson_version: '>=0.51',
default_options: [
@@ -122,10 +122,6 @@ add_project_arguments('-DTRACKER_COMPILATION',
'-DG_LOG_DOMAIN="Tracker"',
'-DG_LOG_STRUCTURED=1',
language: 'c')
-add_project_arguments(['-D', 'TRACKER_COMPILATION'],
- ['-D', 'G_LOG_DOMAIN="Tracker"'],
- ['-D', 'G_LOG_STRUCTURED=1'],
- language: 'vala')
if get_option('buildtype') == 'plain'
# Default case is to allow TRACKER_DEBUG which is very useful for