Index: mythplugins-0.22rc1/configure
===================================================================
--- mythplugins-0.22rc1.orig/configure
+++ mythplugins-0.22rc1/configure
@@ -433,7 +433,7 @@ if test "$music" != "no" ; then
     fi
 
     taglib="no"
-    taglib_minor=`taglib-config --version | cut -d. -f2`
+    taglib_minor=`$(sysroot)taglib-config --version | cut -d. -f2`
     if test "$taglib_minor" == "" ; then
         echo "Can't find taglib-config. Assuming 1.5 or later."
         taglib_minor="5"
@@ -730,7 +730,7 @@ if test "$music" = "yes" ; then
     fi
 
     if test "$taglib" = "yes" ; then
-        echo "INCLUDEPATH += `taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro
+        echo "INCLUDEPATH += `$(sysroot)taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro
     fi
 fi
 
