meson: drop old symbols check environment

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
main
Eric Engestrom 2019-10-23 23:34:43 +01:00 committed by Eric Engestrom
parent dbd4320ad6
commit 73d826be4d
1 changed files with 0 additions and 3 deletions

View File

@ -334,9 +334,6 @@ pkg.generate(
description : 'Userspace interface to kernel DRM services',
)
env_test = environment()
env_test.set('NM', find_program('nm').path())
if with_libkms
subdir('libkms')
endif