remove-plugins.patch 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. --- meson.build 2022-10-01 16:35:05.000000000 +0000
  2. +++ meson.build.b 2022-10-26 18:20:38.410000000 +0000
  3. @@ -1,7 +1,3 @@
  4. -annotate = shared_module('annotate', 'annotate.cpp',
  5. - dependencies: [wayfire],
  6. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  7. -
  8. if giomm.found()
  9. autorotate = shared_module('autorotate-iio', 'autorotate-iio.cpp',
  10. dependencies: [wayfire, giomm],
  11. @@ -24,10 +20,6 @@
  12. dependencies: [wayfire],
  13. install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  14. -force_fullscreen = shared_module('force-fullscreen', 'force-fullscreen.cpp',
  15. - dependencies: [wayfire],
  16. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  17. -
  18. if giomm.found()
  19. glib_main_loop = shared_module('glib-main-loop', 'glib-main-loop.cpp',
  20. dependencies: [wayfire, giomm],
  21. @@ -42,38 +34,6 @@
  22. dependencies: [wayfire],
  23. install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  24. -keycolor = shared_module('keycolor', 'keycolor.cpp',
  25. - dependencies: [wayfire],
  26. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  27. -
  28. -magnifier = shared_module('mag', 'mag.cpp',
  29. - dependencies: [wayfire],
  30. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  31. -
  32. -showrepaint = shared_module('showrepaint', 'showrepaint.cpp',
  33. - dependencies: [wayfire],
  34. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  35. -
  36. -view_shot = shared_module('view-shot', 'view-shot.cpp',
  37. - dependencies: [wayfire],
  38. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  39. -
  40. -water = shared_module('water', 'water.cpp',
  41. - dependencies: [wayfire],
  42. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  43. -
  44. -window_zoom = shared_module('winzoom', 'window-zoom.cpp',
  45. - dependencies: [wayfire],
  46. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  47. -
  48. -workspace_names = shared_module('workspace-names', 'workspace-names.cpp',
  49. - dependencies: [wayfire],
  50. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  51. -
  52. -workspace_names = shared_module('hinge', 'hinge.cpp',
  53. - dependencies: [wayfire],
  54. - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
  55. -
  56. if get_option('enable_nk')
  57. subdir('network-keyboard')
  58. endif