Module Name: src Committed By: mrg Date: Tue Oct 18 07:41:30 UTC 2022
Modified Files: src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile Log Message: add a note about a hack for the pkgconfig file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile diff -u src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.7 src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.8 --- src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.7 Mon Oct 17 18:51:35 2022 +++ src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile Tue Oct 18 07:41:29 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/10/17 18:51:35 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2022/10/18 07:41:29 mrg Exp $ # # When upgrading, re-assemble the files base, base.lst, evdev and # evdev.lst by running ./configure && make in the dist directory, @@ -8,6 +8,10 @@ # % env PKG_CONFIG_PATH=/usr/X11R7/lib/pkgconfig meson compile -C build # % cp build/xkeyboard-config.7 src/external/mit/xorg/lib/xkeyboard-config/xkeyboard-config.man # % cp build/rules/{base,evdev}{,.lst} src/external/mit/xorg/lib/xkeyboard-config/rules +# +# XXX and for now, this one too: +# +# % cp build/meson-private/xkeyboard-config.pc src/external/mit/xorg/lib/xkeyboard-config/xkeyboard-config.pc.in .include <bsd.own.mk>