[gnome-flashback] input-sources: add dependency for pango and math libraries



commit 2a8d9f8f1350654ab4e50d5cb9d0f029e7ce7ae4
Author: Sebastian Geiger <sbastig gmx net>
Date:   Wed Sep 30 14:52:41 2015 +0200

    input-sources: add dependency for pango and math libraries

 configure.ac                                 |    1 +
 gnome-flashback/libinput-sources/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d9a41af..baf9c47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,6 +145,7 @@ PKG_CHECK_MODULES([INPUT_SOURCES], [
   gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED
   gtk+-3.0 >= $GTK_REQUIRED
   ibus-1.0 >= $IBUS_REQUIRED
+  pango
   xkbfile
   xkeyboard-config
 ])
diff --git a/gnome-flashback/libinput-sources/Makefile.am b/gnome-flashback/libinput-sources/Makefile.am
index a3e2b26..e7ce173 100644
--- a/gnome-flashback/libinput-sources/Makefile.am
+++ b/gnome-flashback/libinput-sources/Makefile.am
@@ -41,6 +41,7 @@ libinput_sources_la_LDFLAGS = \
 libinput_sources_la_LIBADD = \
        $(top_builddir)/gnome-flashback/libcommon/libcommon.la \
        $(INPUT_SOURCES_LIBS) \
+       $(LIBM) \
        $(NULL)
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]