aboutsummaryrefslogtreecommitdiffstats
path: root/community/mutter/fix-cogl-path-build-ordering.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:15:37 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:29:26 +0200
commit8b18f3f07a7fc8c109c4647d3289bd3badfa72f7 (patch)
tree866d27d69c7fec1dd800dc35833216d6a69557fa /community/mutter/fix-cogl-path-build-ordering.patch
parentbda3869a463d9566cdcc38403999be2a9dc9f338 (diff)
downloadaports-8b18f3f07a7fc8c109c4647d3289bd3badfa72f7.tar.bz2
aports-8b18f3f07a7fc8c109c4647d3289bd3badfa72f7.tar.xz
community/mutter: move from testing
Diffstat (limited to 'community/mutter/fix-cogl-path-build-ordering.patch')
-rw-r--r--community/mutter/fix-cogl-path-build-ordering.patch20
1 files changed, 20 insertions, 0 deletions
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,
+ )
+