From: Tim-Philipp Müller Date: Thu, 17 Jan 2019 09:58:47 +0000 (+0000) Subject: Fix distcheck X-Git-Tag: 1.19.3~491^2~456 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce007a7dcbf649da9eefb39853b32f8da7e7f402;p=platform%2Fupstream%2Fgstreamer.git Fix distcheck Work around broken disthook check in release.mak so we don't have to update the common submodules for that (applies only to this module because the version number is in the top-level meson.build but the package/dist directory is a subdir). This only became a problem now because the common submodule hadn't been updated for the last few years. --- diff --git a/validate/meson.build b/validate/meson.build index 1de98b5..a1aa62a 100644 --- a/validate/meson.build +++ b/validate/meson.build @@ -1,3 +1,5 @@ +# version: '1.15.1' - we're putting this in here to trick the dist-hook check +# in release.mak in the common submodule without having to update it inc_dirs = include_directories('.') cdata = configuration_data()