grim/guifications2

Parents be7c661f1141
Children a56cf4fde95e
removed the want_plugins bs from the buildsystem. It's been sitting around since gf1.x
added cairo as a dep
  • +4 -6
    configure.ac
  • --- a/configure.ac Sun Nov 28 02:28:20 2010 -0600
    +++ b/configure.ac Sun Nov 28 02:52:53 2010 -0600
    @@ -109,6 +109,10 @@
    AC_SUBST(GTK_LIBS)
    AC_SUBST(GTK_CFLAGS)
    +PKG_CHECK_MODULES(CAIRO, [cairo])
    +AC_SUBST(CAIRO_LIBS)
    +AC_SUBST(CAIRO_CFLAGS)
    +
    #
    # check for freetype 2
    #
    @@ -120,12 +124,6 @@
    AC_SUBST(PANGOFT2_CFLAGS)
    AC_SUBST(PANGOFT2_LIBS)
    -#
    -# Check if plugins are enabled
    -#
    -want_plugins=yes
    -AM_CONDITIONAL(PLUGINS, test "$want_plugins" = "yes")
    -
    dnl #######################################################################
    dnl # Disable installation of translation files
    dnl #######################################################################