Skip to content
Snippets Groups Projects
Commit 1550c67a authored by Dylan Baker's avatar Dylan Baker Committed by Juan A. Suárez
Browse files

autotools: include meson_get_version


Otherwise meson won't read the VERSION file and won't set a version.
That means that pkg-config files will have version unset as well.

Fixes: 3e9533d9
       ("meson: Add script to use VERSION file for getting version")
Signed-off-by: default avatarDylan Baker <dylan.c.baker@intel.com>
Reviewed-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit bc2fdb97)
parent 92cb8953
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@ EXTRA_DIST = \
meson_options.txt \
bin/meson.build \
include/meson.build \
bin/install_megadrivers.py
bin/install_megadrivers.py \
bin/meson_get_version.py
noinst_HEADERS = \
include/c99_alloca.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment