projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0207ce9
)
meson: gl: fix incorrect error string
author
Matthew Waters
<matthew@centricular.com>
Tue, 18 Oct 2016 03:10:32 +0000
(14:10 +1100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000
(19:32 +0000)
Use the winsys variable for an incorrect winsys provided
gst-libs/gst/gl/meson.build
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/meson.build
b/gst-libs/gst/gl/meson.build
index 3db3875e3f55619dae92f14b1a366de888ff9a7a..d6a629aed44f83b1e29d6ab6d294989447455c38 100644
(file)
--- a/
gst-libs/gst/gl/meson.build
+++ b/
gst-libs/gst/gl/meson.build
@@
-191,7
+191,7
@@
else
# elif winsys == 'dispmanx'
# need_win_dispmanx = 'yes'
else
- error('Unsupported GL winsys provided ' +
platform
)
+ error('Unsupported GL winsys provided ' +
winsys
)
endif
endforeach
endif