diff options
Diffstat (limited to 'recipes/libltc.recipe')
-rw-r--r-- | recipes/libltc.recipe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/libltc.recipe b/recipes/libltc.recipe index 37f84e58..41248e79 100644 --- a/recipes/libltc.recipe +++ b/recipes/libltc.recipe @@ -12,7 +12,10 @@ class Recipe(recipe.Recipe): btype = BuildType.MESON meson_options = {} - patches = ['libltc/0001-Add-minimal-meson-build-system.patch'] + patches = [ + 'libltc/0001-Add-minimal-meson-build-system.patch', + 'libltc/0001-Fix-Windows-build.patch', + ] files_libs = ['libltc'] files_devel = ['include/ltc.h', '%(libdir)s/pkgconfig/ltc.pc'] |