mirror of
https://git.allpurposem.at/mat/WiggleWobble.git
synced 2025-12-23 13:01:28 +01:00
meson: forgot to include headers
This commit is contained in:
parent
a738958884
commit
e30a67d104
8
include/meson.build
Normal file
8
include/meson.build
Normal file
@ -0,0 +1,8 @@
|
||||
configure_file(
|
||||
input: 'version.hpp.in',
|
||||
output: 'version.hpp',
|
||||
configuration: {
|
||||
'PLUGIN_VERSION': meson.project_version()
|
||||
}
|
||||
)
|
||||
|
||||
@ -15,4 +15,7 @@ endif
|
||||
|
||||
hyprland_headers = dependency('hyprland')
|
||||
|
||||
incdir = include_directories('include')
|
||||
|
||||
subdir('include')
|
||||
subdir('src')
|
||||
|
||||
@ -1,17 +1,7 @@
|
||||
subdir('gestures')
|
||||
|
||||
configure_file(
|
||||
input: 'version.hpp.in',
|
||||
output: 'version.hpp',
|
||||
configuration: {
|
||||
'PLUGIN_VERSION': meson.project_version()
|
||||
}
|
||||
)
|
||||
|
||||
shared_module('example',
|
||||
'main.cpp',
|
||||
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
||||
link_with: [gestures],
|
||||
include_directories: incdir,
|
||||
# sometimes you need to add other hyprland dependencies yourself
|
||||
dependencies: [
|
||||
dependency('pixman-1'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user