From 0a96d6c9d27b4c70cb3e8d7ab66a354c85c9279d Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Thu, 26 Oct 2017 16:48:38 -0400 Subject: Allow setting custom cairo-gobject libname --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 29224b77..f665490a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,6 +14,10 @@ option('gtk-doc', type: 'boolean', value: false, description: 'Build and install documentation' ) +option('cairo-libname', type: 'string', + description: 'Custom name for the cairo-gobject library name' +) + option('gir_build', type: 'boolean', description: 'Windows: post build (gir) stuff' ) -- cgit v1.2.1