File: meson.build

package info (click to toggle)
clutter-1.0 1.26.4%2Bgit2779b932%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,672 kB
  • sloc: ansic: 130,756; xml: 1,641; makefile: 1,607; sh: 980; perl: 192; ruby: 167
file content (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
cex_conf = configuration_data()
cex_conf.set('CLUTTER_CEX100_LIBGDL_PREFIX', gdl_prefix)

configure_file(
  input: 'clutter-cex100.h.in',
  output: 'clutter-cex100.h',
  configuration: cex_conf,
)