aboutsummaryrefslogtreecommitdiffstats
path: root/testing/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 /testing/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 'testing/mutter/fix-cogl-path-build-ordering.patch')
-rw-r--r--testing/mutter/fix-cogl-path-build-ordering.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/mutter/fix-cogl-path-build-ordering.patch b/testing/mutter/fix-cogl-path-build-ordering.patch
deleted file mode 100644
index 1e4af29c69..0000000000
--- a/testing/mutter/fix-cogl-path-build-ordering.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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,
- )
-