summaryrefslogtreecommitdiff
path: root/lib/libdrm/freedreno/meson.build
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-17 09:54:59 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-17 09:54:59 +0000
commit6301f8d82c5054930c33a5f00cc9a198f2297b47 (patch)
tree9b6be4d7c6633c79554e029464352cf2e6a7913f /lib/libdrm/freedreno/meson.build
parentc8d76b84b3926f6e049a466a14f4d90cd9a9caf3 (diff)
Import libdrm 2.4.123
Diffstat (limited to 'lib/libdrm/freedreno/meson.build')
-rw-r--r--lib/libdrm/freedreno/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdrm/freedreno/meson.build b/lib/libdrm/freedreno/meson.build
index 5ba1a3f11..311f57941 100644
--- a/lib/libdrm/freedreno/meson.build
+++ b/lib/libdrm/freedreno/meson.build
@@ -46,7 +46,7 @@ libdrm_freedreno = library(
include_directories : [inc_root, inc_drm],
dependencies : [dep_valgrind, dep_threads, dep_rt, dep_atomic_ops],
link_with : libdrm,
- version : '1.0.0',
+ version : '1.@0@.0'.format(patch_ver),
install : true,
)
@@ -77,6 +77,6 @@ test(
args : [
'--lib', libdrm_freedreno,
'--symbols-file', files('freedreno-symbols.txt'),
- '--nm', prog_nm.path(),
+ '--nm', prog_nm.full_path(),
],
)