Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon McVittie
libcapsule
Commits
07c2ad38
Commit
07c2ad38
authored
Apr 20, 2018
by
Simon McVittie
Browse files
capture-libs: Change special GL keyword to gl:
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
d16ecb59
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/manual/gl.pl
View file @
07c2ad38
...
...
@@ -811,7 +811,7 @@ else {
diag
"
Using GL stack from
$gl_provider_tree
";
capture_libs
(
$gl_provider_tree
,
$container_tree
,
\
@multiarch_tuples
,
$gl_provider_gl
,
['
GL
'],
\
@multiarch_tuples
,
$gl_provider_gl
,
['
gl:
'],
"
$tmpdir
/scratch
",
'
/gl-provider
');
foreach
my
$tuple
(
@multiarch_tuples
)
{
...
...
utils/capture-libs.c
View file @
07c2ad38
...
...
@@ -163,7 +163,7 @@ static void usage (int code)
fprintf
(
fh
,
"even-if-older:SONAME
\n
"
"
\t
Capture SONAME, even if the version in CONTAINER
\n
"
"
\t
appears newer
\n
"
);
fprintf
(
fh
,
"
GL
\n
"
fprintf
(
fh
,
"
gl:
\n
"
"
\t
Shortcut for even-if-older:libGL.so.1,
\n
"
"
\t
even-if-older:libGLX_*.so.0, and various other
\n
"
"
\t
GL-related libraries
\n
"
);
...
...
@@ -533,7 +533,7 @@ capture_pattern( const char *pattern, capture_flags flags,
code
,
message
);
}
if
(
strcmp
(
pattern
,
"
GL
"
)
==
0
)
if
(
strcmp
(
pattern
,
"
gl:
"
)
==
0
)
{
// Useful information:
// https://devtalk.nvidia.com/default/topic/915640/multiple-glx-client-libraries-in-the-nvidia-linux-driver-installer-package/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment