From: Stefan Schantl Date: Thu, 2 Mar 2023 14:52:37 +0000 (+0100) Subject: fontconfig: Devel package requires libxml2-devel. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b26a9c6ea95b2194cd64e152af2c8c1ea49a8ab;p=ipfire-3.x.git fontconfig: Devel package requires libxml2-devel. Otherwise pkg-config reports the missing libxml2 details. Signed-off-by: Stefan Schantl --- diff --git a/fontconfig/fontconfig.nm b/fontconfig/fontconfig.nm index 6dcd6dafb..ce9dc7489 100644 --- a/fontconfig/fontconfig.nm +++ b/fontconfig/fontconfig.nm @@ -5,7 +5,7 @@ name = fontconfig version = 2.13.1 -release = 1 +release = 1.1 groups = System/Graphics url = https://fontconfig.org/ @@ -58,6 +58,10 @@ packages package %{name}-devel template DEVEL + + requires + libxml2-devel + end end package %{name}-debuginfo