mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 03:40:14 +01:00
meson: move line to allow using config earlier
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
56f6d3d48d
commit
edaca475e8
1 changed files with 2 additions and 2 deletions
|
|
@ -29,12 +29,12 @@ project(
|
|||
|
||||
pkg = import('pkgconfig')
|
||||
|
||||
config = configuration_data()
|
||||
|
||||
with_udev = get_option('udev')
|
||||
with_freedreno_kgsl = get_option('freedreno-kgsl')
|
||||
with_install_tests = get_option('install-test-programs')
|
||||
|
||||
config = configuration_data()
|
||||
|
||||
if ['freebsd', 'dragonfly', 'netbsd'].contains(host_machine.system())
|
||||
dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4')
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue