summaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythplugins-0.22/configure.patch
blob: fd747a92e5053f4f795da59e4cdb222fd94ed065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: mythplugins-0.22rc1/configure
===================================================================
--- mythplugins-0.22rc1.orig/configure
+++ mythplugins-0.22rc1/configure
@@ -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 += `taglib-config --cflags | sed 's:-I::'`" >> ./mythmusic/mythmusic/config.pro
     fi
 fi