Skip to content

Commit

Permalink
meson: Build a shared module, not a shared library.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Mar 14, 2023
1 parent 47eda48 commit c684ee7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ xfce_plugin_sources = [
'status-icon.c',
]

xapp_status_plugin = library('xapp-status-plugin',
xapp_status_plugin = shared_module('xapp-status-plugin',
sources : xfce_plugin_sources,
include_directories: [top_inc],
version: meson.project_version(),
soversion: 1,
dependencies: libdeps,
c_args: [
'-Wno-declaration-after-statement',
Expand Down

0 comments on commit c684ee7

Please sign in to comment.