Skip to content

Commit

Permalink
lirc: add --enable-uinput configure option
Browse files Browse the repository at this point in the history
Don't rely on autodetection as this will fail, eg when building
in a chroot without /dev/uinput, and result in lircd-uinput missing

Signed-off-by: Matthias Reichl <hias@horus.com>
  • Loading branch information
HiassofT committed Jul 3, 2019
1 parent fd83bac commit e532cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sysutils/lirc/package.mk
Expand Up @@ -17,6 +17,7 @@ PKG_PYTHON_WANTED=Python2
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_alsa_asoundlib_h=no \
ac_cv_lib_asound_snd_async_del_handler=no \
--enable-devinput \
--enable-uinput \
--with-gnu-ld \
--without-x \
--runstatedir=/run"
Expand Down

0 comments on commit e532cde

Please sign in to comment.