diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-31 14:53:42 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-31 14:53:42 +0100 |
commit | 117419bac6048f040ef1190538e3330ffe8b6f53 (patch) | |
tree | 1ee3324e0f7a45422bee093f766b9fa7f28f701f /recipes/mythplugins/files/mythgallery.pro.patch | |
parent | bdc1df73305bc2213a065c43f9c215fdf310e794 (diff) |
mythplugins: created recipe, not fully tested yet
Diffstat (limited to 'recipes/mythplugins/files/mythgallery.pro.patch')
-rw-r--r-- | recipes/mythplugins/files/mythgallery.pro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythplugins/files/mythgallery.pro.patch b/recipes/mythplugins/files/mythgallery.pro.patch new file mode 100644 index 0000000000..8be5ea016b --- /dev/null +++ b/recipes/mythplugins/files/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 |