Skip to content

meson: Use generated version header

Rafał Dzięgiel requested to merge (removed):show-version into main

Put the generated adw-version.h into generated header array, so it can be used with various bindings

With this change I can for example do:

gjs -c 'const { Adw } = imports.gi; log(`${Adw.MAJOR_VERSION}.${Adw.MINOR_VERSION}.${Adw.MICRO_VERSION}`)'

And get a beautiful 1.0.0 as output 😄

Merge request reports