summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 14:11:44 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-31 14:11:44 +0000
commitae2d2a9201f56ece5334bf097133a268c6a9b537 (patch)
tree13ce6ed4c68f1e02a87ff54ad96a4a56cf031c79
parentb5dd753f959efd7af42bcab76625bf8ef06dbdb3 (diff)
downloadtracker-ae2d2a9201f56ece5334bf097133a268c6a9b537.tar.gz
meson: Remove erroneous reference to tracker-parser-sha1.h.in
This file doesn't exist, we generate the header file from scratch with a script. Meson seems to have not raised an error in this situation in the past, but with 0.43 the build fails.
-rw-r--r--src/libtracker-common/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtracker-common/meson.build b/src/libtracker-common/meson.build
index b0411cc25..7d48457ae 100644
--- a/src/libtracker-common/meson.build
+++ b/src/libtracker-common/meson.build
@@ -7,7 +7,6 @@ enums = gnome.mkenums('tracker-enum-types',
)
tracker_common_parser_sha1_header = configure_file(
- input: 'tracker-parser-sha1.h.in',
output: 'tracker-parser-sha1.h',
command: ['generate-tracker-parser-sha1-header.sh'])