From a49131316e752f09d459b58f827bc6025cb97af7 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 22 Nov 2005 06:20:38 +0000 Subject: PiDiP 0.12.20 svn path=/trunk/externals/pidip/; revision=4015 --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 73d9bca..e540622 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_HEADER(include/pidip_config.h) -PDP_PIDIP_VERSION="0.12.19" +PDP_PIDIP_VERSION="0.12.20" PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg @@ -94,6 +94,9 @@ IMLIB_CFLAGS=`imlib2-config --cflags` AC_SUBST(IMLIB_LIBS) AC_SUBST(IMLIB_CFLAGS) +CAIRO_CFLAGS="-I/usr/include/cairo/ -I/usr/local/include/cairo/" +AC_SUBST(CAIRO_CFLAGS) + AC_CHECK_LIB(Magick, XWindowByProperty, , AC_MSG_ERROR(screen captures requires ImageMagick library!!), -I/usr/X11R6/include -L/usr/X11R6/lib ) AC_CHECK_LIB(bz2, BZ2_bzBuffToBuffCompress, , AC_MSG_ERROR(streaming requires bz2 library!!)) AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR(streaming requires compress library!!)) -- cgit v1.2.1