From cb9e62b6d101cb42cdcf3ec7617616e6c4a4bb35 Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 12 May 2022 18:34:52 -0700 Subject: backends: Add missing dependencies When building the backends with slibtool they will fail with undefined references to libmatemixer.la. This is because they use -no-undefined which slibtool explicitly supports while GNU libtool will silently ignore it. Gentoo Bug: https://bugs.gentoo.org/785232 --- backends/alsa/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/alsa') diff --git a/backends/alsa/Makefile.am b/backends/alsa/Makefile.am index 798ce8b..44990b5 100644 --- a/backends/alsa/Makefile.am +++ b/backends/alsa/Makefile.am @@ -43,6 +43,7 @@ libmatemixer_alsa_la_SOURCES = \ alsa-types.h libmatemixer_alsa_la_LIBADD = \ + $(top_builddir)/libmatemixer/libmatemixer.la \ $(GLIB_LIBS) \ $(UDEV_LIBS) \ $(ALSA_LIBS) -- cgit v1.2.1