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/mythgallery.pro.patch | |
parent | 9393ac7170efdc97c6dc03f54a5f074c6005b1eb (diff) |
mythplugins: move into mythtv directory
Diffstat (limited to 'recipes/mythtv/mythplugins/mythgallery.pro.patch')
-rw-r--r-- | recipes/mythtv/mythplugins/mythgallery.pro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythtv/mythplugins/mythgallery.pro.patch b/recipes/mythtv/mythplugins/mythgallery.pro.patch new file mode 100644 index 0000000000..8be5ea016b --- /dev/null +++ b/recipes/mythtv/mythplugins/mythgallery.pro.patch @@ -0,0 +1,13 @@ +Index: mythplugins-0.22rc1/mythgallery/mythgallery/mythgallery.pro +=================================================================== +--- mythplugins-0.22rc1.orig/mythgallery/mythgallery/mythgallery.pro ++++ mythplugins-0.22rc1/mythgallery/mythgallery/mythgallery.pro +@@ -14,7 +14,7 @@ TARGET = mythgallery + target.path = $${LIBDIR}/mythtv/plugins + INSTALLS += target + +-INCLUDEPATH += $${PREFIX}/include/mythtv ++INCLUDEPATH += $${SYSROOT}$${PREFIX}/include/mythtv + + # Input + HEADERS += iconview.h singleview.h |