[totem-pl-parser] build: Fix missing TOTEM_PL_PARSER_CHECK_VERSION macro
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] build: Fix missing TOTEM_PL_PARSER_CHECK_VERSION macro
- Date: Thu, 22 Jun 2017 16:35:16 +0000 (UTC)
commit cd8cec1cf7e16decf4733552b78e7c842c9833a7
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Thu Jun 22 18:20:50 2017 +0200
build: Fix missing TOTEM_PL_PARSER_CHECK_VERSION macro
Use totem-pl-parser-features.h.in as base to generate
totem-pl-parser-features.h so that TOTEM_PL_PARSER_CHECK_VERSION is
present.
https://bugzilla.gnome.org/show_bug.cgi?id=784098
plparse/meson.build | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plparse/meson.build b/plparse/meson.build
index bfc95c5..bd8bac5 100644
--- a/plparse/meson.build
+++ b/plparse/meson.build
@@ -12,7 +12,8 @@ version_cdata = configuration_data()
version_cdata.set('TOTEM_PL_PARSER_VERSION_MAJOR', plparse_major_version)
version_cdata.set('TOTEM_PL_PARSER_VERSION_MINOR', plparse_minor_version)
version_cdata.set('TOTEM_PL_PARSER_VERSION_MICRO', plparse_micro_version)
-features_h = configure_file(output: 'totem-pl-parser-features.h',
+features_h = configure_file(input: 'totem-pl-parser-features.h.in',
+ output: 'totem-pl-parser-features.h',
install_dir: 'include/totem-pl-parser/1/plparser',
configuration: version_cdata)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]