cairo/util/cairo-fdr/meson.build

11 lines
253 B
Meson
Raw Normal View History

cairo_fdr_sources = [
'fdr.c',
]
libcairofdr = library('cairo-fdr', cairo_fdr_sources,
include_directories: [incbase, incsrc],
dependencies: deps,
install: true,
install_dir: join_paths(get_option('prefix'), get_option('libdir'), 'cairo'),
)