mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-14 07:02:30 +02:00
Added cffi/* module for third-party advanced modules
This commit is contained in:
13
resources/custom_modules/cffi_example/meson.build
Normal file
13
resources/custom_modules/cffi_example/meson.build
Normal file
@ -0,0 +1,13 @@
|
||||
project(
|
||||
'waybar_cffi_example', 'c',
|
||||
version: '0.1.0',
|
||||
license: 'MIT',
|
||||
)
|
||||
|
||||
shared_library('wb_cffi_example',
|
||||
['main.c'],
|
||||
dependencies: [
|
||||
dependency('gtk+-3.0', version : ['>=3.22.0'])
|
||||
],
|
||||
name_prefix: ''
|
||||
)
|
Reference in New Issue
Block a user