* [Buildroot] [PATCH] package/fontconfig: drop the util-linux dependency
@ 2025-01-26 8:30 Thomas Devoogdt
2025-01-26 10:28 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Devoogdt @ 2025-01-26 8:30 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain, Thomas Devoogdt
Commit 67089f8c11d05147e3def29e226c13a10e913f76
"package/fontconfig: add util-linux mandatory dependency"
added the dependency on util-linux because of uuid [1].
This dependency was later replaced [2], so drop the util-linux
dependency.
[1] https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/7b48fd3dd406b926f0e5240b211f72197ed538a9
[2] https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/c4324f54ee16e648ba91f3e9c66af13ab3b1754c
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
package/fontconfig/Config.in | 2 --
package/fontconfig/fontconfig.mk | 6 ++----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/package/fontconfig/Config.in b/package/fontconfig/Config.in
index d274b06350..218fdb2e7a 100644
--- a/package/fontconfig/Config.in
+++ b/package/fontconfig/Config.in
@@ -2,8 +2,6 @@ config BR2_PACKAGE_FONTCONFIG
bool "fontconfig"
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_EXPAT
- select BR2_PACKAGE_UTIL_LINUX
- select BR2_PACKAGE_UTIL_LINUX_LIBUUID
help
Fontconfig is a library for configuring and customizing font
access.
diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk
index b60086c9c8..cc6ca88585 100644
--- a/package/fontconfig/fontconfig.mk
+++ b/package/fontconfig/fontconfig.mk
@@ -9,11 +9,9 @@ FONTCONFIG_SITE = https://www.freedesktop.org/software/fontconfig/release
FONTCONFIG_SOURCE = fontconfig-$(FONTCONFIG_VERSION).tar.xz
FONTCONFIG_INSTALL_STAGING = YES
FONTCONFIG_DEPENDENCIES = freetype expat host-pkgconf host-gperf \
- $(if $(BR2_PACKAGE_UTIL_LINUX_LIBS),util-linux-libs,util-linux) \
$(TARGET_NLS_DEPENDENCIES)
-HOST_FONTCONFIG_DEPENDENCIES = \
- host-freetype host-expat host-pkgconf host-gperf host-util-linux \
- host-gettext
+HOST_FONTCONFIG_DEPENDENCIES = host-freetype host-expat host-pkgconf \
+ host-gperf host-gettext
FONTCONFIG_LICENSE = fontconfig license
FONTCONFIG_LICENSE_FILES = COPYING
FONTCONFIG_CPE_ID_VALID = YES
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-26 10:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-26 8:30 [Buildroot] [PATCH] package/fontconfig: drop the util-linux dependency Thomas Devoogdt
2025-01-26 10:28 ` Julien Olivain
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.