mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
drm-shim/meson: The name of the target is a string not a list
This happens to work, but it's not guaranteed to Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4740>
This commit is contained in:
parent
17dcd535c1
commit
23df13c988
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Copyright © 2019 Broadcom
|
||||
# Copyright © 2020 Intel Corporation
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
# SOFTWARE.
|
||||
|
||||
drm_shim = static_library(
|
||||
['drm_shim'],
|
||||
'drm_shim',
|
||||
[
|
||||
'device.c',
|
||||
'drm_shim.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue