mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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
@ -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…
Reference in New Issue
Block a user