1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

added option to prevent installation

This commit is contained in:
Falk Werner
2020-05-24 21:43:14 +02:00
parent 6b59763d7c
commit b94dc9f612
2 changed files with 15 additions and 2 deletions

1
meson_options.txt Normal file
View File

@@ -0,0 +1 @@
option('without_install', type: 'boolean', value: false, description: 'skip installation shared libraries, headers and pkg-config files')