I am trying to set up ./audio/xfce4-mixer with --enable-keybind. I don't see a way to do this. According to the README in /usr/ports/audio/xfce4-mixer/work/xfce4-mixer-4.11.0,
.
I have built libkeybinder, and
I have done a
. however config.log in /usr/ports/audio/xfce4-mixer/work/xfce4-mixer-4.11.0 shows
What am I doing wrong? What can I do to get keybinder enabled?
Code:
Keyboard Shortcuts
------------------
The panel plugin optionally supports global keyboard shortcuts for raising and
lowering the volume, as well as muting the selected track if compiled against
libkeybinder. The plugin will then handle the XF86AudioRaiseVolume,
XF86AudioLowerVolume, and XF86AudioMute keyboard symbols.
I have built libkeybinder, and
pkg info
shows
Code:
keybinder-0.3.1 Library for registering keyboard shortcuts
I have done a
make distclean
, which evidently removes all of the preceding port build, and rerun make
. The master Makefile in the port directory shows
Code:
OPTIONS_DEFINE= KEYBIND NLS
Code:
$ ./configure --disable-keybinder --enable-nls --prefix=/usr/local --localstat
edir=/var --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd10.2