diff options
author | N.N. <sevyves@users.sourceforge.net> | 2005-11-22 06:20:38 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2005-11-22 06:20:38 +0000 |
commit | a49131316e752f09d459b58f827bc6025cb97af7 (patch) | |
tree | 304fb672389005409c3c9c2ee5a2b6c5da158efe /configure.ac | |
parent | bd0e7606604ce39c6f5914f6d61d4d1feaaf1904 (diff) |
PiDiP 0.12.20
svn path=/trunk/externals/pidip/; revision=4015
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
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!!)) |