mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
meson: drop unnecessary variable
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
edaca475e8
commit
361d4bffd3
1 changed files with 1 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ pkg = import('pkgconfig')
|
|||
|
||||
config = configuration_data()
|
||||
|
||||
with_udev = get_option('udev')
|
||||
config.set10('UDEV', get_option('udev'))
|
||||
with_freedreno_kgsl = get_option('freedreno-kgsl')
|
||||
with_install_tests = get_option('install-test-programs')
|
||||
|
||||
|
|
@ -165,7 +165,6 @@ if _libkms != 'false'
|
|||
with_libkms = _libkms == 'true' or ['linux', 'freebsd', 'dragonfly'].contains(host_machine.system())
|
||||
endif
|
||||
|
||||
config.set10('UDEV', with_udev)
|
||||
# Among others FreeBSD does not have a separate dl library.
|
||||
if not cc.has_function('dlsym')
|
||||
dep_dl = cc.find_library('dl', required : with_nouveau)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue