Skip to content

Commit

Permalink
plugins: move move-drag-interface into a shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Feb 27, 2025
1 parent 4b3c2c2 commit d220c48
Show file tree
Hide file tree
Showing 11 changed files with 712 additions and 645 deletions.
6 changes: 6 additions & 0 deletions plugins/common/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ workspace_wall = static_library('wayfire-workspace-wall',
override_options: ['b_lundef=false'],
install: true)

move_drag_interface = static_library('wayfire-move-drag-interface',
['move-drag-interface.cpp'],
include_directories: [wayfire_api_inc, wayfire_conf_inc, wobbly_inc],
dependencies: [wlroots, pixman, wfconfig, plugin_pch_dep],
override_options: ['b_lundef=false'],
install: true)
Loading

0 comments on commit d220c48

Please sign in to comment.