Skip to content

Commit

Permalink
plugins: split workspace-wall into a separate helper library
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Feb 27, 2025
1 parent 97e1ebe commit 4b3c2c2
Show file tree
Hide file tree
Showing 9 changed files with 489 additions and 442 deletions.
8 changes: 8 additions & 0 deletions plugins/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
plugins_common_inc = include_directories('.')
install_subdir('wayfire', install_dir: get_option('includedir'))

workspace_wall = static_library('wayfire-workspace-wall',
['workspace-wall.cpp'],
include_directories: [wayfire_api_inc, wayfire_conf_inc],
dependencies: [wlroots, pixman, wfconfig, plugin_pch_dep],
override_options: ['b_lundef=false'],
install: true)

Loading

0 comments on commit 4b3c2c2

Please sign in to comment.