diff options
author | Dylan Baker <[email protected]> | 2017-09-30 12:14:02 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | e4796ab7c8a5f00c9f35124384c4d0d5fc155541 (patch) | |
tree | e1d7958c421a9cd87077edf4db572ad1f1fcde86 /build-support | |
parent | 3b209e9304b88ecad5c49694a98deb8f28f4c5f7 (diff) |
configure: commit test files
These are currently auto-generated, but meson needs the same files, so
lets commit them to reduce duplication.
v3: - Rename .build to build-support
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
Diffstat (limited to 'build-support')
-rw-r--r-- | build-support/conftest.dyn | 3 | ||||
-rw-r--r-- | build-support/conftest.map | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/build-support/conftest.dyn b/build-support/conftest.dyn new file mode 100644 index 00000000000..8d243dc0a79 --- /dev/null +++ b/build-support/conftest.dyn @@ -0,0 +1,3 @@ +{ + radeon_drm_winsys_create; +}; diff --git a/build-support/conftest.map b/build-support/conftest.map new file mode 100644 index 00000000000..7d8590ff357 --- /dev/null +++ b/build-support/conftest.map @@ -0,0 +1,6 @@ +VERSION_1 { + global: + main; + local: + *; +}; |