This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: v4l2-sysfs-path: remove libsysfs dependency Author: Gregor Jasny <[email protected]> Date: Sun Jul 17 16:37:47 2011 +0200 Signed-off-by: Gregor Jasny <[email protected]> Signed-off-by: Hans de Goede <[email protected]> utils/Makefile | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=93c4e8051ad971c59fd1ce74e94fea9959063612 diff --git a/utils/Makefile b/utils/Makefile index 71a3cb7..efc9450 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,15 +1,10 @@ -SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware +SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware all install: @for i in $(SUBDIRS); do \ $(MAKE) -C $$i $@ || exit 1; \ done - # Test if libsysfs is installed - @-if [ -f /usr/include/sysfs/libsysfs.h ]; then \ - $(MAKE) -C v4l2-sysfs-path $@; \ - fi - # Test whether qmake is installed, and whether it is for qt4. @if which qmake-qt4 >/dev/null 2>&1; then \ QMAKE=qmake-qt4; \ _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
