diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-01 18:00:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-01 18:02:15 +0100 |
commit | 5ccd6effbef68b5318ef16911f5eab8cbc35f92e (patch) | |
tree | 678874d8844f0217c501ebeefd4dc8a007cf11d0 /recipes/mythtv/mythplugins/mythweather.pro.patch | |
parent | 9393ac7170efdc97c6dc03f54a5f074c6005b1eb (diff) |
mythplugins: move into mythtv directory
Diffstat (limited to 'recipes/mythtv/mythplugins/mythweather.pro.patch')
-rw-r--r-- | recipes/mythtv/mythplugins/mythweather.pro.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/mythtv/mythplugins/mythweather.pro.patch b/recipes/mythtv/mythplugins/mythweather.pro.patch new file mode 100644 index 0000000000..c7fff48708 --- /dev/null +++ b/recipes/mythtv/mythplugins/mythweather.pro.patch @@ -0,0 +1,15 @@ +Index: mythplugins-0.22rc1/mythweather/mythweather/mythweather.pro +=================================================================== +--- mythplugins-0.22rc1.orig/mythweather/mythweather/mythweather.pro ++++ mythplugins-0.22rc1/mythweather/mythweather/mythweather.pro +@@ -13,8 +13,8 @@ INSTALLS += target + QMAKE_COPY_DIR = sh ../../cpsvndir + win32:QMAKE_COPY_DIR = sh ../../cpsimple + +-INCLUDEPATH += $${PREFIX}/include/mythtv +-INCLUDEPATH += $${PREFIX}/include/mythtv/libmythui ++INCLUDEPATH += $${SYSROOT}$${PREFIX}/include/mythtv ++INCLUDEPATH += $${SYSROOT}$${PREFIX}/include/mythtv/libmythui + + datafiles.path = $${PREFIX}/share/mythtv/mythweather/ + datafiles.files = weather-screens.xml |