summaryrefslogtreecommitdiff
path: root/recipes/cairo.recipe
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-04-12 21:38:10 +0900
committerSeungha Yang <seungha@centricular.com>2021-04-13 11:51:51 +0900
commita22194b14dbc51be17dd0574b7a3ab8065645bfc (patch)
tree46a00058e693abe28ccfb4a4035b0fc2bb1ee02f /recipes/cairo.recipe
parentd403fd89501e60b8035e80e404a6fa6de9eeda75 (diff)
cairo: Add support for WIN32 atomic APIs
Apply the enhancement of https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/151 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/695>
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r--recipes/cairo.recipe2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe
index f110699d..e5341583 100644
--- a/recipes/cairo.recipe
+++ b/recipes/cairo.recipe
@@ -29,6 +29,8 @@ class Recipe(recipe.Recipe):
'cairo/0001-meson-only-build-cairo-boilerplate-and-cairo-missing.patch',
# FIXME: remove once freetype recipe has been moved to Meson as well
'cairo/0001-cairo-ft-font-fix-build-with-MSVC-if-freetype-was-bu.patch',
+ # https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/151
+ 'cairo/0001-atomic-Add-support-for-WIN32-atomic-operations.patch',
]
files_libs = ['libcairo', 'libcairo-gobject', 'libcairo-script-interpreter']