meson: Generate pkg-config file

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-06-20 14:57:25 +02:00
parent 252d89a1b8
commit 2d96f94878
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 12 additions and 0 deletions

View File

@ -247,6 +247,18 @@ install_data(
install_dir: themedir
)
pkgconfig = import('pkgconfig')
pkgconfig.generate(
name: 'rofi',
filebase: 'rofi',
description: 'Header files for rofi plugins',
version: meson.project_version(),
requires_private: [
'glib-2.0 >= 2.40',
'gmodule-2.0',
'cairo',
],
)
test('history test', executable('history.test', [