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