mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-08 15:00:23 +01:00
linux: Fix UMockdev typelib not being found
The Makefile rule was using GI_REPOSITORY_PATH instead of GI_TYPELIB_PATH meaning that if a custom typelib path was needed (jhbuild for example) it wouldn't be found.
This commit is contained in:
parent
f989b61d43
commit
dd4f878f12
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ upowerd_LDFLAGS = \
|
|||
|
||||
if UP_BUILD_TESTS
|
||||
check-local: upowerd
|
||||
env GI_TYPELIB_PATH=$(top_builddir)/libupower-glib:$(GI_REPOSITORY_PATH) LD_LIBRARY_PATH=$(top_builddir)/libupower-glib/.libs:$(LD_LIBRARY_PATH) top_builddir=$(top_builddir) $(srcdir)/linux/integration-test -v
|
||||
env GI_TYPELIB_PATH=$(top_builddir)/libupower-glib:$(GI_TYPELIB_PATH) LD_LIBRARY_PATH=$(top_builddir)/libupower-glib/.libs:$(LD_LIBRARY_PATH) top_builddir=$(top_builddir) $(srcdir)/linux/integration-test -v
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue