head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2019.12.15.14.05.47; author nia; state dead; branches; next 1.1; commitid BuPULX4LRBzudOOB; 1.1 date 2019.10.21.15.56.53; author pho; state Exp; branches; next ; commitid JFcuYuLhxMV2BKHB; desc @@ 1.2 log @x11: Add picom. Replaces compton. A lightweight compositor for X11 (previously a compton fork) @ text @$NetBSD: patch-man_meson.build,v 1.1 2019/10/21 15:56:53 pho Exp $ Don't hardcode the man path. --- man/meson.build.orig 2019-08-18 21:40:33.000000000 +0000 +++ man/meson.build @@@@ -1,12 +1,13 @@@@ mans = ['compton.1', 'compton-trans.1'] if get_option('build_docs') a2x = find_program('a2x') + mandir = get_option('mandir') foreach m : mans custom_target(m, output: [m], input: [m+'.asciidoc'], command: [a2x, '-a', 'compton-version='+version, '--format', 'manpage', '@@INPUT@@', '-D', meson.current_build_dir()], - install: true, install_dir: 'share/man/man1/') + install: true, install_dir: mandir+'/man1') endforeach endif @ 1.1 log @compton has switched from gmake to meson. Update Makefile so options actually take effect @ text @d1 1 a1 1 $NetBSD$ @