summaryrefslogtreecommitdiff
path: root/src/drm-shim
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2020-05-19 14:18:39 -0700
committerMarge Bot <eric+marge@anholt.net>2020-06-01 18:59:18 +0000
commit23df13c98825dd5b99a7e60fc8318ff9287a053d (patch)
treeefc836d73eeda6cef9b9b9fe6af8a7a703a93d03 /src/drm-shim
parent17dcd535c1973fb8bdaba9eb013672825cc10b94 (diff)
downloadmesa-23df13c98825dd5b99a7e60fc8318ff9287a053d.tar.gz
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>
Diffstat (limited to 'src/drm-shim')
-rw-r--r--src/drm-shim/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drm-shim/meson.build b/src/drm-shim/meson.build
index 197c8253995..39d739610ab 100644
--- a/src/drm-shim/meson.build
+++ b/src/drm-shim/meson.build
@@ -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',