Differences From Artifact [7ad037e2a1]:
- File meson.build — part of check-in [cad44bcb35] at 2024-08-11 12:05:32 on branch trunk — Set version to 1.0 (user: js, size: 1008) [annotate] [blame] [check-ins using]
To Artifact [61011dc680]:
- File meson.build — part of check-in [86f27a3ae3] at 2024-08-17 00:32:22 on branch trunk — Include includedir in .oc file (user: js, size: 1075) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + | [objfwconfig, '--packages-dir'], check: true).stdout().strip() configure_file( input: 'ObjSQLite3.oc.in', output: 'ObjSQLite3.oc', configuration: { 'includedir': get_option('prefix') / get_option('includedir'), 'libdir': get_option('prefix') / get_option('libdir'), 'SQLITE3_CPPFLAGS': sqlite3_cflags, 'SQLITE3_LIBS': sqlite3_libs, }, install: true, install_dir: packages_dir) |