Skip to content

meson: Generate nice-version.h in the right builddir

Nirbheek Chauhan requested to merge nirbheek/libnice:nice-version-subdir into master

We want it in the nice/ subdir so that it gets picked up correctly during uninstalled builds, such as in the gstreamer monorepo.

The NICE_CHECK_VERSION macro was non-functional in the monorepo because of this.

Merge request reports