summaryrefslogtreecommitdiff
path: root/hald/linux/probing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hald/linux/probing/Makefile.am')
-rw-r--r--hald/linux/probing/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/hald/linux/probing/Makefile.am b/hald/linux/probing/Makefile.am
index 50f0dff1..cbea5161 100644
--- a/hald/linux/probing/Makefile.am
+++ b/hald/linux/probing/Makefile.am
@@ -20,8 +20,11 @@ libexec_PROGRAMS = \
hald-probe-serial \
hald-probe-ieee1394-unit \
hald-probe-net-bluetooth \
- hald-probe-lsb-release \
- hald-probe-video4linux
+ hald-probe-lsb-release
+
+if HAVE_V4L1
+libexec_PROGRAMS += hald-probe-video4linux
+endif
endif
hald_probe_smbios_SOURCES = probe-smbios.c ../../logger.c