12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- --- meson.build 2022-10-01 16:35:05.000000000 +0000
- +++ meson.build.b 2022-10-26 18:20:38.410000000 +0000
- @@ -1,7 +1,3 @@
- -annotate = shared_module('annotate', 'annotate.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- if giomm.found()
- autorotate = shared_module('autorotate-iio', 'autorotate-iio.cpp',
- dependencies: [wayfire, giomm],
- @@ -24,10 +20,6 @@
- dependencies: [wayfire],
- install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
-
- -force_fullscreen = shared_module('force-fullscreen', 'force-fullscreen.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- if giomm.found()
- glib_main_loop = shared_module('glib-main-loop', 'glib-main-loop.cpp',
- dependencies: [wayfire, giomm],
- @@ -42,38 +34,6 @@
- dependencies: [wayfire],
- install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
-
- -keycolor = shared_module('keycolor', 'keycolor.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -magnifier = shared_module('mag', 'mag.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -showrepaint = shared_module('showrepaint', 'showrepaint.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -view_shot = shared_module('view-shot', 'view-shot.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -water = shared_module('water', 'water.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -window_zoom = shared_module('winzoom', 'window-zoom.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -workspace_names = shared_module('workspace-names', 'workspace-names.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- -workspace_names = shared_module('hinge', 'hinge.cpp',
- - dependencies: [wayfire],
- - install: true, install_dir: join_paths(get_option('libdir'), 'wayfire'))
- -
- if get_option('enable_nk')
- subdir('network-keyboard')
- endif
|