diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-17 09:54:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-17 09:54:59 +0000 |
commit | 6301f8d82c5054930c33a5f00cc9a198f2297b47 (patch) | |
tree | 9b6be4d7c6633c79554e029464352cf2e6a7913f /lib/libdrm/freedreno/meson.build | |
parent | c8d76b84b3926f6e049a466a14f4d90cd9a9caf3 (diff) |
Import libdrm 2.4.123
Diffstat (limited to 'lib/libdrm/freedreno/meson.build')
-rw-r--r-- | lib/libdrm/freedreno/meson.build | 4 |
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(), ], ) |