aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 17:33:05 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2011-02-15 17:33:05 +0100
commitf3f70f8d9ef6a901bf1bdff10008d76e72bb6692 (patch)
treec8a4161ccfcf5ac52439e02075564fa1a1d762ef /Makefile.am
parent89284ddac413d376fc3b56f742daaf1b9bc85bba (diff)
downloadudev-f3f70f8d9ef6a901bf1bdff10008d76e72bb6692.tar.gz
v4l_id: Drop videodev.h check again
It only uses v4l2 now.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index eb8f6d19..a0967ab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -313,12 +313,10 @@ libexec_PROGRAMS += extras/usb_id/usb_id
# ------------------------------------------------------------------------------
# v4l_id - video4linux capabilities
# ------------------------------------------------------------------------------
-if HAVE_V4L1
extras_v4l_id_v4l_id_SOURCES = extras/v4l_id/v4l_id.c
extras_v4l_id_v4l_id_LDADD = libudev/libudev-private.la
libexec_PROGRAMS += extras/v4l_id/v4l_id
dist_udevrules_DATA += extras/v4l_id/60-persistent-v4l.rules
-endif
endif # ENABLE_EXTRAS