~hp/nk_pugl

74733b11e71bc8ea2216e514c8a58be25c9f3783 — Hanspeter Portner 3 months ago e9e5206
Use pugl statically
2 files changed, 2 insertions(+), 1 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +1 -0
@@ 23,6 23,7 @@ reuse = find_program('reuse',

pugl = subproject('pugl',
  default_options : [
    'default_library=static',
    'cairo=disabled',
    'examples=disabled',
    'docs=disabled',

M meson_options.txt => meson_options.txt +1 -1
@@ 10,4 10,4 @@ option('build-examples',
	value : false,
	yield : true)

option('version', type : 'string', value : '0.4.4')
option('version', type : 'string', value : '0.5.15')