diff options
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 |