libffado: remove scons from hostmakedepends
This commit is contained in:
parent
b2c8986d97
commit
f106f5e734
|
@ -4,8 +4,8 @@ version=2.3.0
|
||||||
revision=2
|
revision=2
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="PREFIX=/usr MANDIR=/usr/share/man UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0 ENABLE_OPTIMIZATIONS=0 WILL_DEAL_WITH_XDG_MYSELF=1"
|
make_build_args="PREFIX=/usr MANDIR=/usr/share/man UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0 ENABLE_OPTIMIZATIONS=0 WILL_DEAL_WITH_XDG_MYSELF=1"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="$make_build_args"
|
||||||
hostmakedepends="scons pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxml++-devel libdbus-c++-devel libsigc++-devel libconfig++-devel
|
makedepends="libxml++-devel libdbus-c++-devel libsigc++-devel libconfig++-devel
|
||||||
jack-devel libavc1394-devel libiec61883-devel libraw1394-devel alsa-lib-devel"
|
jack-devel libavc1394-devel libiec61883-devel libraw1394-devel alsa-lib-devel"
|
||||||
short_desc="Library for accessing BeBoB IEEE1394 devices"
|
short_desc="Library for accessing BeBoB IEEE1394 devices"
|
||||||
|
|
Loading…
Reference in New Issue