[vlc-commits] [Git][videolan/vlc][master] text_renderer: add dwrite to freetype_deps in meson

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Feb 16 18:08:49 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
385339ea by Fatih Uzunoglu at 2024-02-16T17:53:26+00:00
text_renderer: add dwrite to freetype_deps in meson

- - - - -


1 changed file:

- modules/text_renderer/meson.build


Changes:

=====================================
modules/text_renderer/meson.build
=====================================
@@ -22,6 +22,7 @@ if host_system == 'windows'
     freetype_cppargs += libcom_cppflags
     # TODO: Don't add this file for UWP builds
     freetype_srcs += files('freetype/fonts/win32.c')
+    freetype_deps += [ cc.find_library('dwrite', required: true) ]
 elif host_system == 'darwin'
     freetype_srcs += files('freetype/fonts/darwin.c')
     freetype_deps += [corefoundation_dep, coretext_dep]



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/385339eaaa54b58fe52cc0b0bc6ef50c39147bdf

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/385339eaaa54b58fe52cc0b0bc6ef50c39147bdf
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list