File: mutter-clutter.patch

package info (click to toggle)
gpaste 43.1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,656 kB
  • sloc: ansic: 15,628; javascript: 819; sh: 74; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: disable explicit dependency on mutter-clutter
 mutter-xx-dev is available through gtk*-dev dep
Last-Update: 2022-05-12
Author: Jérémy Lal <kapouer@melix.org>
Forwarded: not-needed
--- a/meson.build
+++ b/meson.build
@@ -76,7 +76,7 @@
 
 if get_option('gnome-shell')
   gjs_dep = dependency('gjs-1.0', version: gjs_req)
-  mutter_clutter_dep = dependency('mutter-clutter-11')
+  #mutter_clutter_dep = dependency('mutter-clutter-11')
   pango_dep = dependency('pango')
 endif