Revert "meson: add wrap for libdrm"

This reverts commit 6217eedc9b.

I was using this for testing and accidentally put it on master

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
Dylan Baker 2018-04-17 13:47:17 -07:00
parent efcbcfa7c8
commit b9ad5282ba
2 changed files with 2 additions and 10 deletions

View File

@ -1066,10 +1066,7 @@ foreach d : _libdrm_checks
if d[1]
set_variable(
'dep_libdrm_' + d[0],
dependency(
'libdrm_' + d[0], version : '>=' + _drm_ver,
fallback : ['libdrm', 'ext_libdrm_' + d[0]]
)
dependency('libdrm_' + d[0], version : '>=' + _drm_ver)
)
endif
endforeach
@ -1077,8 +1074,7 @@ endforeach
with_gallium_drisw_kms = false
dep_libdrm = dependency(
'libdrm', version : '>=' + _drm_ver,
required : with_dri2 or with_dri3,
fallback : ['libdrm', 'ext_libdrm']
required : with_dri2 or with_dri3
)
if dep_libdrm.found()
pre_args += '-DHAVE_LIBDRM'

View File

@ -1,4 +0,0 @@
[wrap-git]
directory=libdrm
url=https://anongit.freedesktop.org/git/mesa/drm.git
revision=head