diff options
Diffstat (limited to 'recipes/mythtv/mythplugins/mythflix.pro.patch')
-rw-r--r-- | recipes/mythtv/mythplugins/mythflix.pro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythtv/mythplugins/mythflix.pro.patch b/recipes/mythtv/mythplugins/mythflix.pro.patch new file mode 100644 index 0000000000..cffaeae197 --- /dev/null +++ b/recipes/mythtv/mythplugins/mythflix.pro.patch @@ -0,0 +1,13 @@ +Index: mythplugins-0.22rc1/mythflix/mythflix/mythflix.pro +=================================================================== +--- mythplugins-0.22rc1.orig/mythflix/mythflix/mythflix.pro ++++ mythplugins-0.22rc1/mythflix/mythflix/mythflix.pro +@@ -8,7 +8,7 @@ TARGET = mythflix + target.path = $${LIBDIR}/mythtv/plugins + INSTALLS += target + +-INCLUDEPATH += $${PREFIX}/include/mythtv ++INCLUDEPATH += $${SYSROOT}$${PREFIX}/include/mythtv + + installfiles.path = $${PREFIX}/share/mythtv/mythflix + installfiles.files = netflix-rss.xml |