GNOME Bugzilla – Bug 783735
Improved meson build system
Last modified: 2017-06-13 19:29:45 UTC
Created attachment 353665 [details] [review] Update meson build support I have made some improvements to the meson build system which ar as follows: - The variable holding config.h data has been renamed to config_h. - libexecdir has been added which is used on the pkgconfig file. - test-gepub is not considered an unattended test anymore and the build file has been simplified. - meson required version has been raised to 0.41.0. A nice side effect of raising meson required version is that I have tested the new dist target feature[0] which is working perfectly. [0] http://mesonbuild.com/Release-notes-for-0-41-0.html#a-target-for-creating-tarballs
Patch applied, thank you.