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:
6
app/src/config.h.in
Normal file
6
app/src/config.h.in
Normal 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
|
||||
Reference in New Issue
Block a user