Re: [Mesa-dev] [PATCH 1/2] autotools: include meson_get_version

2018-03-28 Thread Eric Engestrom
On Monday, 2018-03-26 11:20:03 -0700, Dylan Baker wrote: > 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. > > Signed-off-by: Dylan Baker > fixes: 3e9533d9b88d75d99632fa40e38cfed842d10842 >("meson: Ad

[Mesa-dev] [PATCH 1/2] autotools: include meson_get_version

2018-03-26 Thread Dylan Baker
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. Signed-off-by: Dylan Baker fixes: 3e9533d9b88d75d99632fa40e38cfed842d10842 ("meson: Add script to use VERSION file for getting version") --- Makefile.am |