From 8b18f3f07a7fc8c109c4647d3289bd3badfa72f7 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 22 Sep 2019 23:15:37 +0200 Subject: community/mutter: move from testing --- community/mutter/fix-cogl-path-build-ordering.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/mutter/fix-cogl-path-build-ordering.patch (limited to 'community/mutter/fix-cogl-path-build-ordering.patch') diff --git a/community/mutter/fix-cogl-path-build-ordering.patch b/community/mutter/fix-cogl-path-build-ordering.patch new file mode 100644 index 0000000000..1e4af29c69 --- /dev/null +++ b/community/mutter/fix-cogl-path-build-ordering.patch @@ -0,0 +1,20 @@ +--- a/clutter/clutter/meson.build ++++ b/clutter/clutter/meson.build +@@ -487,7 +487,7 @@ + soversion: 0, + c_args: clutter_c_args, + include_directories: clutter_includes, +- dependencies: [clutter_deps], ++ dependencies: [clutter_deps,libmutter_cogl_path_dep], + gnu_symbol_visibility: 'hidden', + link_with: [ + libmutter_cogl, +@@ -499,7 +499,7 @@ + install: true, + ) + libmutter_clutter_dep = declare_dependency( +- sources: [clutter_enum_types[1]], ++ sources: [clutter_enum_types[1],libmutter_cogl_path_enum_types[1]], + link_with: libmutter_clutter, + ) + -- cgit v1.2.3