diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-01 18:30:05 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-01 18:30:05 +0100 |
commit | a26da59582fe7e05c0a9ea09e17cf181cb5193b5 (patch) | |
tree | 99d480e9f9fba57a6f41e5e866e73c9aa8a0b082 /recipes/mythtv/mythplugins/mythmovies.pro.patch | |
parent | 2d365ab53b5497bafeb5893912746fdb15cdf88b (diff) | |
parent | 5ccd6effbef68b5318ef16911f5eab8cbc35f92e (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mythtv/mythplugins/mythmovies.pro.patch')
-rw-r--r-- | recipes/mythtv/mythplugins/mythmovies.pro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythtv/mythplugins/mythmovies.pro.patch b/recipes/mythtv/mythplugins/mythmovies.pro.patch new file mode 100644 index 0000000000..84e9450309 --- /dev/null +++ b/recipes/mythtv/mythplugins/mythmovies.pro.patch @@ -0,0 +1,13 @@ +Index: mythplugins-0.22rc1/mythmovies/mythmovies/mythmovies.pro +=================================================================== +--- mythplugins-0.22rc1.orig/mythmovies/mythmovies/mythmovies.pro ++++ mythplugins-0.22rc1/mythmovies/mythmovies/mythmovies.pro +@@ -10,7 +10,7 @@ TARGET = mythmovies + target.path = $${LIBDIR}/mythtv/plugins + INSTALLS += target + +-INCLUDEPATH += $${PREFIX}/include/mythtv/libmythui ++INCLUDEPATH += $${SYSROOT}$${PREFIX}/include/mythtv/libmythui + + # Input + HEADERS += moviesui.h helperobjects.h moviessettings.h |