Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kolesa
libglvnd
Commits
4852538b
Commit
4852538b
authored
Dec 09, 2019
by
Kyle Brenneman
Browse files
Merge branch 'master' into 'master'
Fix linking #199 See merge request
glvnd/libglvnd!210
parents
f4558784
3e03924a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/dummy/meson.build
View file @
4852538b
...
...
@@ -39,7 +39,7 @@ if with_glx
[
'GLX_dummy.c'
],
include_directories
:
[
inc_dispatch
,
inc_glx
,
inc_include
],
link_with
:
[
libpatchentrypoints
],
dependencies
:
[
idep_trace
,
idep_utils_misc
],
dependencies
:
[
idep_trace
,
idep_utils_misc
,
dep_x11
],
)
# The ICD loader expects to load a .so.0, but meson generates the .X.Y.Z
...
...
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