blob: 6eae691e9a4b870f74d46926e139d6dce545c1ee (
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 += ${STAGING_INCDIR}/taglib" >> ./mythmusic/mythmusic/config.pro
fi
fi
|