Skip to content
Commits on Source (4)
......@@ -21,7 +21,7 @@ Building
`libxcvt` is built using [Meson](https://mesonbuild.com/)
$ git clone https://gitlab.freedesktop.org/ofourdan/libxcvt.git
$ git clone https://gitlab.freedesktop.org/xorg/lib/libxcvt.git
$ cd libxcvt
$ meson build/ --prefix=...
$ ninja -C build/ install
......
man_conf = configuration_data()
man_conf.set('version', meson.project_version())
man_conf.set('appmansuffix', '1')
man_conf.set('filemansuffix', '5')
man_conf.set('vendorversion',
'"libxcvt @0@" "X Version 11"'.format(meson.project_version()))
configure_file(
input: 'cvt.man',
......