~ubuntu-branches/ubuntu/oneiric/v4l-utils/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/patches/remove-sysfs-dependency.diff

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-07-22 13:58:48 UTC
  • mfrom: (11.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110722135848-tju3x5jlpa4e9by5
Tags: 0.8.5-1ubuntu1
debian/control: Drop ia32-libs-dev build dependency; we don't have this in
Ubuntu, and ia32-libs is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Gregor Jasny <gjasny@googlemail.com>
2
 
Description: Remove unnecessary dependency on libsysfs (Closes: #627652)
3
 
Forwarded: yes
4
 
 
5
 
--- a/utils/Makefile
6
 
+++ b/utils/Makefile
7
 
@@ -1,15 +1,10 @@
8
 
-SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware
9
 
+SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware
10
 
 
11
 
 all install: 
12
 
        @for i in $(SUBDIRS); do \
13
 
                $(MAKE) -C $$i $@ || exit 1; \
14
 
        done
15
 
 
16
 
-       # Test if libsysfs is installed
17
 
-       @-if [ -f /usr/include/sysfs/libsysfs.h ]; then \
18
 
-               $(MAKE) -C v4l2-sysfs-path $@; \
19
 
-       fi
20
 
-
21
 
        # Test whether qmake is installed, and whether it is for qt4.
22
 
        @if which qmake-qt4 >/dev/null 2>&1; then \
23
 
                QMAKE=qmake-qt4; \