mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libftdi: add some more build defaults, dont build examples, fix meta file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
24e6a7d358
commit
a33e8e98e8
@ -30,6 +30,8 @@ LIBS="-lusb" \
|
|||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-libftdipp \
|
--disable-libftdipp \
|
||||||
|
--disable-python-binding \
|
||||||
|
--without-examples \
|
||||||
|
|
||||||
make
|
make
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -25,6 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.intra2net.com/en/developer/libftdi/"
|
PKG_SITE="http://www.intra2net.com/en/developer/libftdi/"
|
||||||
PKG_URL="http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS="libusb-compat"
|
||||||
PKG_BUILD_DEPENDS="toolchain libusb-compat"
|
PKG_BUILD_DEPENDS="toolchain libusb-compat"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="driver"
|
PKG_SECTION="driver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user