fontconfig: Branch 'main' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 10 13:04:37 UTC 2025


 src/meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 862af1f63a5b54499cb3d8ce3aa6c51592678841
Merge: 5a815ae 208584b
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Apr 10 13:04:14 2025 +0000

    Merge branch 'meson-requires-private' into 'main'
    
    meson: Use Requires.private instead of Requires
    
    See merge request fontconfig/fontconfig!381

commit 208584bd006bd586e442307ca4a3e2888f08d4df
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Apr 10 16:32:02 2025 +0900

    meson: Use Requires.private instead of Requires
    
    We use FreeType internally though, nothing exposed to applications.
    Requires.private should works enough in this case.
    
    Changelog: changed

diff --git a/src/meson.build b/src/meson.build
index 9bd0d48..2680c5b 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -80,7 +80,7 @@ pkgmod.generate(libfontconfig,
   description: 'Font configuration and customization library',
   filebase: 'fontconfig',
   name: 'Fontconfig',
-  requires: ['freetype2 ' + freetype_req],
+  requires_private: ['freetype2 ' + freetype_req],
   version: fc_version,
   variables: [
     'sysconfdir=@0@'.format(join_paths(prefix, get_option('sysconfdir'))),


More information about the Fontconfig mailing list