Skip to content

Commit 893866c

Browse files
committed
src/meson.build: generate wf-shell.pc
This is necessary to allow wcm to look up wf-shell's metadata and sysconf directories, to initialize wf-shell's configuration.
1 parent d865383 commit 893866c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/meson.build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ subdir('panel')
33
subdir('background')
44
subdir('dock')
55

6+
pkgconfig = import('pkgconfig')
7+
pkgconfig.generate(
8+
version: meson.project_version(),
9+
name: meson.project_name(),
10+
description: 'GTK3 shell for Wayfire',
11+
variables: [
12+
'metadatadir=' + metadata_dir,
13+
'sysconfdir=' + sysconf_dir,
14+
],
15+
)

0 commit comments

Comments
 (0)