X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=configure.ac;h=7184541a4f088b8a3ae568f6ea7dcf4f6c8feca2;hp=9e401db70b82832f4cd16cf96b530498d0c050ea;hb=HEAD;hpb=847b846b5b1729fd2aaa36ff9c56c1e341d63656 diff --git a/configure.ac b/configure.ac index 9e401db70..7184541a4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([builder], [4.0.0]) +AC_INIT([roobuilder], [4.0.0]) AC_CONFIG_HEADERS([config.h]) @@ -20,7 +20,7 @@ AC_CHECK_LIB([m],[cos]) dnl we need to check these exist, then it will generate a compile string for them. -PKG_CHECK_MODULES(BUILDER, [ +PKG_CHECK_MODULES(ROOBUILDER, [ clutter-gtk-1.0 glib-2.0 >= 2.24.1 gobject-2.0 >= 2.24.1 @@ -29,7 +29,8 @@ PKG_CHECK_MODULES(BUILDER, [ json-glib-1.0 gee-1.0 libxml-2.0 - libsoup-2.4 + libsoup-2.4, + roojspacker-1.0 ]) @@ -76,7 +77,7 @@ else fi fi fi -AM_CONDITIONAL(HAVE_LIBVALA30, test "$vala_3_2_enabled" = "yes") +AM_CONDITIONAL(HAVE_LIBVALA32, test "$vala_3_2_enabled" = "yes") AM_CONDITIONAL(HAVE_LIBVALA30, test "$vala_3_0_enabled" = "yes") AM_CONDITIONAL(HAVE_LIBVALA28, test "$vala_2_8_enabled" = "yes") AM_CONDITIONAL(HAVE_LIBVALA26, test "$vala_2_6_enabled" = "yes") @@ -168,11 +169,12 @@ AM_CONDITIONAL(HAVE_VTE_2_91, test "$vte_2_91_enabled" = "yes") AC_CONFIG_FILES([ Makefile src/Makefile + pixmaps/Makefile ]) -AC_SUBST(BUILDER_CFLAGS) -AC_SUBST(BUILDER_LIBS) +AC_SUBST(ROOBUILDER_CFLAGS) +AC_SUBST(ROOBUILDER_LIBS) AC_OUTPUT