mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
meson: Fix linking issue of libfprint with newer gcc
It appears the order of linking is relevant in this case, change it to fix some linking issues. It may be that there are better solutions to this problem.
This commit is contained in:
@@ -259,7 +259,7 @@ libfprint = library(versioned_libname.split('lib')[1],
|
||||
version: libversion,
|
||||
link_args : vflag,
|
||||
link_depends : mapfile,
|
||||
link_with: [libfprint_private, libfprint_drivers],
|
||||
link_with: [libfprint_drivers, libfprint_private],
|
||||
dependencies: deps,
|
||||
install: true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user