libffado: remove scons from hostmakedepends

This commit is contained in:
maxice8 2018-08-17 10:22:24 -03:00
parent b2c8986d97
commit f106f5e734
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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"