Provide config.h.in for old meson versions

The current meson version is able to generate a config.h from a
configuration data object without any template.

However, older versions of meson require a template, so provide it for
compatibility.
This commit is contained in:
Romain Vimont
2018-02-13 10:24:02 +01:00
parent 3ed80a1fac
commit 396df8a9d8
2 changed files with 7 additions and 1 deletions

6
app/src/config.h.in Normal file
View File

@@ -0,0 +1,6 @@
#mesondefine BUILD_DEBUG
#mesondefine SCRCPY_VERSION
#mesondefine DEFAULT_LOCAL_PORT
#mesondefine DEFAULT_MAX_SIZE
#mesondefine DEFAULT_BIT_RATE
#mesondefine SKIP_FRAMES