Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/fontconfig: Fix UUIDD dependency
Date: Tue, 24 Dec 2019 12:23:30 +0100	[thread overview]
Message-ID: <20191224112330.14173-1-michael@amarulasolutions.com> (raw)

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

             reply	other threads:[~2019-12-24 11:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-24 11:23 Michael Trimarchi [this message]
2019-12-24 12:45 ` [Buildroot] [PATCH] package/fontconfig: Fix UUIDD dependency 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

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=20191224112330.14173-1-michael@amarulasolutions.com \
    --to=michael@amarulasolutions.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox