fontconfig: Branch 'main' - 2 commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

New commits:
commit 70b60ca46107fc4774d163773febe974c76b2ee7
Merge: 710cae6 9a09bb1
Author: Akira TAGOH <akira@xxxxxxxxx>
Date:   Fri Jul 19 09:40:39 2024 +0000

    Merge branch 'build-failure' into 'main'
    
    meson: Add missing dep on generated header
    
    See merge request fontconfig/fontconfig!324

commit 9a09bb17fa604eae523fbfa45a20fc3fe1df42ff
Author: Xavier Claessens <xavier.claessens@xxxxxxxxxxxxx>
Date:   Thu Jun 27 09:05:52 2024 -0400

    meson: Add missing dep on generated header

diff --git a/src/meson.build b/src/meson.build
index 6538ce4..3c2950f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -52,7 +52,7 @@ if host_machine.system() == 'windows' and get_option('default_library') in ['bot
 endif
 
 libfontconfig = library('fontconfig',
-  fc_sources, alias_headers, ft_alias_headers, fclang_h, fccase_h, fcobjshash_h,
+  fc_sources, alias_headers, ft_alias_headers, fclang_h, fccase_h, fcobjshash_h, fcstdint_h,
   c_shared_args: fc_c_shared_args,
   include_directories: incbase,
   dependencies: [deps, math_dep],



[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux