scanner: include config.h from command line
authorPekka Paalanen <pekka.paalanen@collabora.com>
Mon, 11 Mar 2019 15:05:33 +0000 (17:05 +0200)
committerSimon Ser <contact@emersion.fr>
Fri, 10 Jan 2020 22:42:59 +0000 (23:42 +0100)
commit0d3044f2eaf66f2d87edad3c9545b9e1936f2019
treeb6047794b169099f68532bbacd2d363f841cebb3
parenta77f6bf6c41f83520261cdf67c9819f8e36f8a3d
scanner: include config.h from command line

Meson will need to build wayland-scanner twice with different config.h files,
once for build and another for host machine. It will be easier to include the
right config.h from compiler command line than playing with files.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Makefile.am
src/scanner.c