summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 12:41:02 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 12:41:02 +0000
commit6d06e55a9df3a3596d5aa364cfb19e1c379076ff (patch)
tree2d7a4d1c62a1896cb92904f560e85a08de4825a8 /package/pciutils
parent58bc514201591a36aa64c3f30ed8cdcfd6a32183 (diff)
downloadbuildroot-novena-6d06e55a9df3a3596d5aa364cfb19e1c379076ff.tar.gz
buildroot-novena-6d06e55a9df3a3596d5aa364cfb19e1c379076ff.zip
pciutils may depend on zlib. Based on Bernhard's git repository.
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 854c955b7..18b5e559f 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -57,7 +57,7 @@ $(TARGET_DIR)/sbin/setpci: $(PCIUTILS_DIR)/.compiled
$(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE): $(PCIUTILS_DIR)/.unpacked
$(INSTALL) -D $(PCIUTILS_DIR)/$(PCIIDS_FILE) $(@D)
-pciutils: uclibc $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE)
+pciutils: uclibc $(if $(BR2_PACKAGE_ZLIB),zlib) $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE)
pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE)