All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 7/9] libpciaccess: add (and enable) the option for compressed pci.ids file
Date: Mon, 11 Nov 2024 18:13:39 +0000	[thread overview]
Message-ID: <20241111181341.3296523-7-ross.burton@arm.com> (raw)
In-Reply-To: <20241111181341.3296523-1-ross.burton@arm.com>

A small dependency allows the 1.3MB pci.ids file to be compressed down
to 300K.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
index 247a14ac44e..7bcf51d56f2 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb
@@ -16,4 +16,7 @@ SRC_URI[sha256sum] = "4af43444b38adb5545d0ed1c2ce46d9608cc47b31c2387fc5181656765
 
 inherit pkgconfig meson
 
+PACKAGECONFIG ?= "zlib"
+PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.34.1



  parent reply	other threads:[~2024-11-11 18:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11 18:13 [PATCH 1/9] cairo: disable some features explicitly Ross Burton
2024-11-11 18:13 ` [PATCH 2/9] glib-2.0: don't use deprecated Meson option values Ross Burton
2024-11-11 18:13 ` [PATCH 3/9] glib-2.0: explicitly disable sysprof Ross Burton
2024-11-11 18:13 ` [PATCH 4/9] gstreamer1.0-libav: explicitly disable documentation Ross Burton
2024-11-11 18:13 ` [PATCH 5/9] json-glib: don't use deprecated gtk_doc option flag Ross Burton
2024-11-11 18:13 ` [PATCH 6/9] libpciaccess: remove redundant feature check Ross Burton
2024-11-11 18:13 ` Ross Burton [this message]
2024-11-11 18:13 ` [PATCH 8/9] pango: don't use deprecated gtk_doc option flag Ross Burton
2024-11-11 18:13 ` [PATCH 9/9] systemd: don't use deprecated meson option values Ross Burton
2024-11-11 18:30   ` [OE-core] " Mikko Rapeli
2024-11-11 18:46     ` Ross Burton
2024-11-11 18:49     ` Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241111181341.3296523-7-ross.burton@arm.com \
    --to=ross.burton@arm.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.