aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythplugins_0.21+0.22rc1/configure.patch
blob: 18e283ba5bf00198455ab959e58a3308dca5e47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 += ${STAGING_INCDIR}/taglib" >> ./mythmusic/mythmusic/config.pro
     fi
 fi