summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-12 10:15:20 -0700
committerMichael Forney <mforney@mforney.org>2024-03-12 10:19:27 -0700
commit18f9e581c40adb91c97f031db4a760e136095698 (patch)
tree197555409625fe8dbbf1a5f26ff5875098c3f07e
parentb53042bf1c7b26211bdf76c601789c6b9e626b3c (diff)
libpciaccess: Disable zlib support
This was accidentally enabled in dd491a60. We don't install pci.ids compressed with gzip, so this is unneeded. Reported by @cytokine-storm666.
-rw-r--r--pkg/libpciaccess/README.md2
-rw-r--r--pkg/libpciaccess/config.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/pkg/libpciaccess/README.md b/pkg/libpciaccess/README.md
index 60e00bbc..6a3236e5 100644
--- a/pkg/libpciaccess/README.md
+++ b/pkg/libpciaccess/README.md
@@ -3,4 +3,4 @@
## config.h
Generated with
- meson setup --prefix / build
+ meson setup --prefix / -Dzlib=disabled build
diff --git a/pkg/libpciaccess/config.h b/pkg/libpciaccess/config.h
index ae631c5b..4d56d14b 100644
--- a/pkg/libpciaccess/config.h
+++ b/pkg/libpciaccess/config.h
@@ -4,5 +4,4 @@
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
-#define HAVE_ZLIB 1
#define PCIIDS_PATH "/share/hwdata"