The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
320 B

project(
'pkgconfig-relocatable-with-absolute-path',
version : '1.0',
default_options: [
'pkgconfig.relocatable=true',
])
pkgg = import('pkgconfig')
pkgg.generate(
name : 'libsimple',
version : '1.0',
description : 'A simple pkgconfig.',
install_dir: get_option('prefix')/'share/misc/pkgconfig',
)