tests/accessibility: Fix the soname for libclutter
The required .so file was named using @CLUTTER_WINSYS@ but since
bf9d5f3949
the .so should be named with @CLUTTER_SONAME_INFIX@. This
was breaking the build on eglx.
This commit is contained in:
parent
b2decfe762
commit
c76d53a9c4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ EXAMPLES = cally-atkcomponent-example \
|
|||
cally-atktext-example \
|
||||
cally-clone-example
|
||||
|
||||
common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la
|
||||
common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
|
||||
|
||||
common_sources = cally-examples-util.c cally-examples-util.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue