Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/fontconfig: Fix UUIDD dependency
@ 2019-12-24 11:23 Michael Trimarchi
  2019-12-24 12:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Trimarchi @ 2019-12-24 11:23 UTC (permalink / raw)
  To: buildroot

The build with BR2_PACKAGE_XORG7 and BR2_PACKAGE_OPENJDK
was failing for missing include of uuid support.
The BR2_PACKAGE_UTIL_LINUX_UUIDD select automatically
BR2_PACKAGE_UTIL_LINUX_LIBUUID but the first one is needed

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 package/fontconfig/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fontconfig/Config.in b/package/fontconfig/Config.in
index d274b06350..e92e184119 100644
--- a/package/fontconfig/Config.in
+++ b/package/fontconfig/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_FONTCONFIG
 	select BR2_PACKAGE_FREETYPE
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_UTIL_LINUX
-	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+	select BR2_PACKAGE_UTIL_LINUX_UUIDD
 	help
 	  Fontconfig is a library for configuring and customizing font
 	  access.
-- 
2.17.1

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

end of thread, other threads:[~2019-12-24 14:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-24 11:23 [Buildroot] [PATCH] package/fontconfig: Fix UUIDD dependency Michael Trimarchi
2019-12-24 12:45 ` Thomas Petazzoni
2019-12-24 12:56   ` Michael Nazzareno Trimarchi
2019-12-24 13:36     ` Thomas Petazzoni
2019-12-24 13:39       ` Michael Nazzareno Trimarchi
2019-12-24 14:08         ` Thomas Petazzoni
2019-12-24 14:12           ` Michael Nazzareno Trimarchi

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