Changeset 9263 for branches/jingle

Show
Ignore:
Timestamp:
01/23/08 00:23:22 (10 months ago)
Author:
asterix
Message:

fix farsight compilation. call pkg-config --cflags instead of --libs

Location:
branches/jingle
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/configure.ac

    r9262 r9263  
    3030AM_NLS 
    3131 
    32 FARSIGHT_CFLAGS="`$PKG_CONFIG --libs farsight-0.1`" 
    33 AC_SUBST([FARSIGHT_CFLAGS]) 
     32FARSIGHT_CFLAGS=`$PKG_CONFIG --cflags farsight-0.1` 
     33AC_SUBST(FARSIGHT_CFLAGS) 
    3434 
    3535dnl **** 
  • branches/jingle/src/common/farsight/Makefile.am

    r9261 r9263  
    1717        -module -avoid-version 
    1818 
    19 FARSIGHT_CFLAGS = @FARSIGHT_CFLAGS@ 
    2019farsight_la_CFLAGS = $(FARSIGHT_CFLAGS) $(PYGTK_CFLAGS) $(PYTHON_INCLUDES) -I farsight/ 
    21 #farsight_la_CFLAGS = -pthread -I/usr/include/farsight-0.1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 $(PYGTK_CFLAGS) $(PYTHON_INCLUDES) -I farsight/ 
    2220 
    2321farsight.c: farsight.defs farsight.override