Skip to content

Commit

Permalink
build: Remove remaining remnants of windecor (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored Dec 18, 2024
1 parent 96bd690 commit aa26122
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ wayland_server = dependency('wayland-server')
evdev = dependency('libevdev')
json = dependency('nlohmann_json', required: false)

if get_option('enable_windecor') == true
windecor = subproject('windecor')
endif

if get_option('enable_wayfire_shadows') == true
wayfire_shadows = subproject('wayfire-shadows')
endif
Expand Down
1 change: 0 additions & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
option('enable_windecor', type: 'boolean', value: 'false', description: 'Install windecor plugin')
option('enable_wayfire_shadows', type: 'boolean', value: 'false', description: 'Install wayfire shadows plugin')
option('enable_focus_request', type: 'boolean', value: 'false', description: 'Install wayfire focus-request plugin')
option('enable_pixdecor', type: 'boolean', value: 'false', description: 'Install wayfire pixdecor plugin')
Expand Down

0 comments on commit aa26122

Please sign in to comment.