Skip to content

Commit 3500e6e

Browse files
committed
meson.build: expose initdir and confdir on pkg-config
1 parent 06e098a commit 3500e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ if get_option('pkgconfig')
205205
libraries : rc,
206206
variables: {
207207
'pluginsdir': pluginsdir,
208+
'initdir': rc_libexecdir / 'init.d',
209+
'confdir': rc_libexecdir / 'conf.d',
208210
}
209211
)
210212
endif

0 commit comments

Comments
 (0)