diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2025-01-18 14:42:13 +0000 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2025-01-18 15:57:51 +0000 |
commit | 16e83eb426f4eea90bb23badd9e335e7f83a52be (patch) | |
tree | 6c73e72faec7c94e8fc0d8b1e203127bfa152471 | |
parent | 343188d8f88ce57e57b976b6534201e4869ffd23 (diff) |
frei0r-plugins.recipe: Add missing cairo dep1.25.1
Fixes build on MSYS2 where cairo might get picked up from the system.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1692>
-rw-r--r-- | recipes/frei0r-plugins.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/frei0r-plugins.recipe b/recipes/frei0r-plugins.recipe index e0319274..7e9a56b3 100644 --- a/recipes/frei0r-plugins.recipe +++ b/recipes/frei0r-plugins.recipe @@ -14,6 +14,7 @@ class Recipe(recipe.Recipe): tarball_dirname = 'frei0r-%(version)s' tarball_checksum = 'aeeefe3a9b44761b2cf110017d2b1dfa2ceeb873da96d283ba5157380c5d0ce5' configure_args = '-DWITHOUT_OPENCV=ON -DWITHOUT_GAVL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=ON' + deps = ['cairo'] files_plugins = ['%(libdir)s/frei0r-1'] files_devel = [ |