[gnome-flashback/wip/segeiger/statusicon: 2/4] input-sources: add dependency for pango and math libraries



commit 9dfb8b123c2cde7740066413cb9492421b92daa7
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 e3faefb..82e0891 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,6 +144,7 @@ PKG_CHECK_MODULES([INPUT_SOURCES], [
   gnome-desktop-3.0 >= $LIBGNOME_DESKTOP_REQUIRED
   gtk+-3.0 >= $GTK_REQUIRED
   ibus-1.0 >= $IBUS_REQUIRED
+  pango
   xkbcommon-x11
   xkbfile
   xkeyboard-config
diff --git a/gnome-flashback/libinput-sources/Makefile.am b/gnome-flashback/libinput-sources/Makefile.am
index a3e2b26..27d41a9 100644
--- a/gnome-flashback/libinput-sources/Makefile.am
+++ b/gnome-flashback/libinput-sources/Makefile.am
@@ -12,6 +12,7 @@ libinput_sources_la_CFLAGS = \
        -I$(top_builddir)/gnome-flashback \
        -I$(top_builddir)/gnome-flashback/libinput-sources \
        -DGNOME_DESKTOP_USE_UNSTABLE_API \
+       -lm
        $(NULL)
 
 libinput_sources_la_SOURCES = \


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