1 Star 0 Fork 0

prehonor/wayfire-plugins-extra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.build 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
project(
'wayfire-plugins-extra',
'c',
'cpp',
version: '0.9.0',
license: 'MIT',
meson_version: '>=0.51.0',
default_options: [
'cpp_std=c++17',
'c_std=c11',
'warning_level=2',
'werror=false',
],
)
wayfire = dependency('wayfire', version: '>=0.9.0')
giomm = dependency('giomm-2.4', required: false)
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
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
if get_option('enable_focus_request') == true
focus_request = subproject('focus-request')
endif
add_project_arguments(['-DWLR_USE_UNSTABLE'], language: ['cpp', 'c'])
add_project_arguments(['-DWAYFIRE_PLUGIN'], language: ['cpp', 'c'])
add_project_link_arguments(['-rdynamic'], language:'cpp')
add_project_arguments(['-Wno-unused-parameter'], language: 'cpp')
subdir('proto')
subdir('src')
subdir('metadata')
summary = [
'',
'----------------',
'wayfire-plugins-extra @0@'.format(meson.project_version()),
'----------------',
''
]
message('\n'.join(summary))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/github-10784632_admin_admin/wayfire-plugins-extra.git
git@gitee.com:github-10784632_admin_admin/wayfire-plugins-extra.git
github-10784632_admin_admin
wayfire-plugins-extra
wayfire-plugins-extra
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385