summaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-09-30 12:14:02 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-16 16:32:43 -0700
commite4796ab7c8a5f00c9f35124384c4d0d5fc155541 (patch)
treee1d7958c421a9cd87077edf4db572ad1f1fcde86 /build-support
parent3b209e9304b88ecad5c49694a98deb8f28f4c5f7 (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 <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'build-support')
-rw-r--r--build-support/conftest.dyn3
-rw-r--r--build-support/conftest.map6
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:
+ *;
+};