rvp
I did what you suggested, I added this line to /usr/pkg/pkgsrc/editors/emacs30/options.mk as noted here:
`### Support D-BUS
###
CONFIGURE_ARGS+= --without-xinput2
.if !empty(PKG_OPTIONS:Mdbus)
`
Compile went well and ldd does not list xinput2. That does fix the Menu Issues as you indicated. I looked up xinput2 and duckduckgo said:
XInput2 is an extension for the X Window System on Linux that allows for more advanced input device handling, such as touchscreens and tablets
That does not apply for me, so not having XInput2 is fine for me. Now the big question, do I go back to xaw or keep this new version w/gtk3 🙂 For now I will hang on to the gtk3 version.
But I wonder if in the next release of pkgsrc if XInput2 should be changed to an option that can be added to /etc/mk.conf
rvp: again thanks for helping me with this