aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5a6bc2ad..f8ca1d3d 100644
--- a/meson.build
+++ b/meson.build
@@ -159,7 +159,6 @@ endif
if get_option('pciutils')
srcs += 'pcidev.c'
deps += dependency('libpci')
- cargs += '-DNEED_PCI=1'
elif need_libpci
error('pciutils is disabled but one or more enabled programmer requires PCI access')
endif