projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137b32b
)
meson: fix typo in isl
author
tournier.elie
<tournier.elie@gmail.com>
Thu, 12 Oct 2017 11:24:10 +0000
(12:24 +0100)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 12 Oct 2017 16:39:07 +0000
(09:39 -0700)
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
Reviewed-by: Antia Puentes <apuentes@igalia.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/intel/isl/meson.build
patch
|
blob
|
history
diff --git
a/src/intel/isl/meson.build
b/src/intel/isl/meson.build
index 789175e2564be716513f76ae0215b4cd2e005831..54024b4d11b45dbdd58cc4d6f5cbd8b77b043350 100644
(file)
--- a/
src/intel/isl/meson.build
+++ b/
src/intel/isl/meson.build
@@
-101,5
+101,5
@@
if with_tests
build_by_default : false,
)
- test('isl_surf_get_ima
a
ge_offset', isl_surf_get_image_offset_test)
+ test('isl_surf_get_image_offset', isl_surf_get_image_offset_test)
endif