v4l-utils: needs qt dependency; revision bump.
This commit is contained in:
parent
01d5d55794
commit
08b01e6385
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'v4l-utils'
|
||||
pkgname=v4l-utils
|
||||
version=0.8.5
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="Userspace tools and libraries for Video 4 Linux"
|
||||
|
@ -34,9 +34,12 @@ Add_dependency run glibc
|
|||
Add_dependency run libstdc++
|
||||
Add_dependency run jpeg
|
||||
Add_dependency run sysfsutils
|
||||
Add_dependency run qt
|
||||
|
||||
Add_dependency build jpeg-devel
|
||||
Add_dependency build libsysfs-devel
|
||||
Add_dependency build qt-devel
|
||||
|
||||
|
||||
do_build()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue