diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-31 20:01:13 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-31 20:01:13 +0100 |
commit | 137712513898fc56b9b1185291dae1148af58cf2 (patch) | |
tree | a56e1dc6595dcad07901358a73d8842610de9ed0 /recipes | |
parent | 0c5891b4c9cbcddf8d5dc33a6be1585988797405 (diff) |
mythplugins: added a few lines of comment for clarification
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/mythplugins/mythplugins_0.21+0.22rc1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb b/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb index d4f2b2dd8e..62b4accfa4 100644 --- a/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb +++ b/recipes/mythplugins/mythplugins_0.21+0.22rc1.bb @@ -7,6 +7,8 @@ PR = "r0" DEPENDS = "flac taglib mythtv libvorbis libexif libvisual libsdl-x11 libcdaudio" # to add libcdparanoia +# todo: add mythweb + PACKAGES =+ "mythmovies mythnews mythweather" RDEPENDS_${PN} = "mythmovies mythnews mythweather" @@ -86,6 +88,9 @@ S = "${WORKDIR}/mythplugins-0.22rc1" QMAKE_PROFILES = "mythplugins.pro" +# Note: a lot of functionality is disabled because it depends on QtOpenGL +# which is not in OE at the moment + EXTRA_OECONF = " \ --cross-prefix=${TARGET_PREFIX} \ --sysroot=${STAGING_DIR_HOST} \ |