Author: al Date: 2011-04-14 00:43:00 +0200 (Thu, 14 Apr 2011) New Revision: 4004
Modified: trunk/REQUIREMENTS trunk/configure.in Log: Added gthread as an explicit dependency. Modified: trunk/REQUIREMENTS =================================================================== --- trunk/REQUIREMENTS 2011-04-13 22:21:32 UTC (rev 4003) +++ trunk/REQUIREMENTS 2011-04-13 22:43:00 UTC (rev 4004) @@ -16,5 +16,6 @@ - sqlite3 - libssl - libgphoto2 + - gthread Fast processor with SSE strongly recommended. Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2011-04-13 22:21:32 UTC (rev 4003) +++ trunk/configure.in 2011-04-13 22:43:00 UTC (rev 4004) @@ -83,7 +83,7 @@ fi AC_SUBST(LIBTIFF) -pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 flickcurl libssl x11" +pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 flickcurl libssl x11 gthread-2.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
