Ticket #7317: configure.patch

File configure.patch, 854 bytes (added by fransmeulenbroeks@…, 14 years ago)
  • mythplugins-0.22rc1

    old new if test "$music" != "no" ; then 
    433433    fi
    434434
    435435    taglib="no"
    436     taglib_minor=`taglib-config --version | cut -d. -f2`
     436    taglib_minor=`$(sysroot)taglib-config --version | cut -d. -f2`
    437437    if test "$taglib_minor" == "" ; then
    438438        echo "Can't find taglib-config. Assuming 1.5 or later."
    439439        taglib_minor="5"
    if test "$music" = "yes" ; then 
    730730    fi
    731731
    732732    if test "$taglib" = "yes" ; then
    733         echo "INCLUDEPATH += `taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro
     733        echo "INCLUDEPATH += `$(sysroot)taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro
    734734    fi
    735735fi
    736736