mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lirc: add --enable-uinput configure option
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>
This commit is contained in:
parent
fad82f0e52
commit
15cf6edcda
@ -17,6 +17,7 @@ PKG_PYTHON_WANTED=Python2
|
|||||||
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_alsa_asoundlib_h=no \
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_alsa_asoundlib_h=no \
|
||||||
ac_cv_lib_asound_snd_async_del_handler=no \
|
ac_cv_lib_asound_snd_async_del_handler=no \
|
||||||
--enable-devinput \
|
--enable-devinput \
|
||||||
|
--enable-uinput \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--without-x \
|
--without-x \
|
||||||
--runstatedir=/run"
|
--runstatedir=/run"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user