Import libdrm 2.4.100

This commit is contained in:
jsg
2019-11-27 02:09:48 +00:00
parent 974a819012
commit a628e08ec1
46 changed files with 1785 additions and 197 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@@ -48,7 +48,7 @@ pkg.generate(
test(
'exynos-symbol-check',
prog_bash,
find_program('exynos-symbol-check'),
env : env_test,
args : [files('exynos-symbol-check'), libdrm_exynos]
args : libdrm_exynos,
)