Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libpciaccess: add dependency on hwdata
@ 2018-01-28 23:52 Carlos Santos
  2018-03-29 14:05 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Carlos Santos @ 2018-01-28 23:52 UTC (permalink / raw)
  To: buildroot

libpciaccess requires /usr/share/hwdata/pci.ids (or pci.ids.gz, if
compiled with zlib support). That file is provided by the hwdata
package, so add it as a run-time dependency.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/libpciaccess/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libpciaccess/Config.in b/package/libpciaccess/Config.in
index 6cc983f577..381383e1f9 100644
--- a/package/libpciaccess/Config.in
+++ b/package/libpciaccess/Config.in
@@ -1,4 +1,6 @@
 config BR2_PACKAGE_LIBPCIACCESS
 	bool "libpciaccess"
+	select BR2_PACKAGE_HWDATA
+	select BR2_PACKAGE_HWDATA_PCI_IDS
 	help
 	  X.Org libpciaccess
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-28 21:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-28 23:52 [Buildroot] [PATCH] libpciaccess: add dependency on hwdata Carlos Santos
2018-03-29 14:05 ` Peter Korsgaard
2018-03-29 16:41   ` Carlos Santos
2018-03-29 17:52     ` Yann E. MORIN
2018-03-29 19:05       ` Peter Korsgaard
2018-04-03  1:38         ` Carlos Santos
2018-04-28 21:39           ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox