Updating branch refs/heads/master
         to 4e5c46f563dc7e468041a62f82cab8e8bfc4a3dc (commit)
       from b401a34b8c6b88ebd26e26f03a70a13548cbc4c0 (commit)

commit 4e5c46f563dc7e468041a62f82cab8e8bfc4a3dc
Author: Matthew Brush <mbr...@codebrainz.ca>
Date:   Mon Oct 3 05:30:31 2011 -0700

    Add GtkSourceView dependency to build system.
    
    Still need to determine which version of GtkSourceView to depend on.

 configure.ac.in      |    1 +
 mousepad/Makefile.am |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index c4b7da2..9c820c6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -83,6 +83,7 @@ dnl ***********************************
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
+XDT_CHECK_PACKAGE([GTKSOURCEVIEW], [gtksourceview-2.0])
 
 dnl **********************************
 dnl *** Optional support for D-BUS ***
diff --git a/mousepad/Makefile.am b/mousepad/Makefile.am
index a065629..41b7b1e 100644
--- a/mousepad/Makefile.am
+++ b/mousepad/Makefile.am
@@ -58,6 +58,7 @@ mousepad_CFLAGS = \
        $(GLIB_CFLAGS) \
        $(GTK_CFLAGS) \
        $(GTHREAD_CFLAGS) \
+       $(GTKSOURCEVIEW_CFLAGS) \
        $(PLATFORM_CFLAGS)
 
 mousepad_LDFLAGS = \
@@ -67,7 +68,8 @@ mousepad_LDFLAGS = \
 mousepad_LDADD = \
        $(GLIB_LIBS) \
        $(GTK_LIBS)     \
-       $(GTHREAD_LIBS)
+       $(GTHREAD_LIBS) \
+       $(GTKSOURCEVIEW_LIBS)
 
 if HAVE_DBUS
 mousepad_built_sources +=      \
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to