mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
lirc:
- update to lirc-20100104 - some cleanups
This commit is contained in:
parent
413abe7206
commit
d6b023d734
@ -4,7 +4,6 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build linux
|
||||
# $SCRIPTS/build libirman
|
||||
|
||||
if [ "$DEBUG" = yes ]; then
|
||||
DEBUG_CONFIG="--enable-debug --disable-stripping"
|
||||
@ -18,8 +17,6 @@ export ac_cv_lib_util_forkpty=no
|
||||
export MAKEFLAGS=-j1
|
||||
|
||||
cd $PKG_BUILD
|
||||
libtoolize
|
||||
autoreconf
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
sed -i "s%^CFLAGS=.*%%" $PKG_BUILD/configure
|
||||
|
||||
# use /dev/lirc0 by default instead of /dev/lirc
|
||||
sed -i -e 's|#define DEV_LIRC "lirc"|#define DEV_LIRC "lirc0"|' \
|
||||
$PKG_BUILD/config.h.in
|
||||
|
||||
# *cough* I wish there was a good way to disable alsa/portaudio/svgalib...
|
||||
sed -i -e 's/asoundlib.h/ALSA_DISABLED/g' $PKG_BUILD/configure*
|
||||
sed -i -e 's/portaudio.h/PORTAUDIO_DISABLED/g' $PKG_BUILD/configure*
|
||||
sed -i -e 's/vga.h/SVGALIB_DISABLED/g' $PKG_BUILD/configure*
|
@ -1 +1 @@
|
||||
http://prdownloads.sourceforge.net/lirc/lirc-0.8.6.tar.bz2
|
||||
http://sources.openelec.tv/svn/lirc-20100104.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user