[OE-core] [PATCH] consolekit: depend on libx11

Khem Raj raj.khem at gmail.com
Sat Feb 11 02:09:17 UTC 2012


On (10/02/12 23:04), Andreas Oberritter wrote:
> * Fixes the following error at configure time:
> 
> |checking for TOOLS... no
> |configure: error: Package requirements (x11 >= 1.0.0
> |  glib-2.0 >= 2.14
> |) were not met:
> |
> |No package 'x11' found
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
> * Note that I didn't build test this, because I'm building
>   without x11. I just looked up the package of x11.pc, which
>   at least in Ubuntu is libx11.
> 
>  .../recipes-support/consolekit/consolekit_0.4.5.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> index 3ded6df..3a4b04f 100644
> --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
> @@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
>  POLKITCONF = ""
>  POLKITCONF_libc-uclibc = "--disable-policykit"
>  
> -DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> +DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"

should this depend on if x11 is in DISTRO_FEATURES ?

>  RDEPENDS_${PN} += "base-files"
>  
>  inherit gnome
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
-Khem




More information about the Openembedded-core mailing list