Changeset 346

Show
Ignore:
Timestamp:
02/03/06 09:22:23 (3 years ago)
Author:
conrad
Message:

beatfish: build fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • beatfish/trunk/configure.ac

    r345 r346  
    2525# 
    2626 
    27 PKG_CHECK_MODULES(libremix, remix >= 0.2.0, 
     27PKG_CHECK_MODULES(REMIX, remix >= 0.2.0, 
    2828                  HAVE_REMIX="yes", HAVE_REMIX="no") 
    2929 
    3030if test "$HAVE_REMIX" = "yes" ; then 
    3131  AC_DEFINE([HAVE_REMIX], [], [Define if libremix is found]) 
     32  AC_SUBST(REMIX_CFLAGS) 
    3233  AC_SUBST(REMIX_LIBS) 
    3334else 
  • beatfish/trunk/src/Makefile.am

    r331 r346  
    99        beatfish.h beatfish.c evas_software_x11_main.c 
    1010 
    11 beatfish_LDADD = @REMIX_LIBS@ @JACK_LIBS@ @EVAS_LIBS@ 
     11beatfish_LDADD = @REMIX_LIBS@ @JACK_LIBS@ -lX11 @EVAS_LIBS@ 
    1212 
    1313beatfish_gtk_SOURCES = \