[Pkg-chromium-maint] Bug#674728: chromium FTBFS on armel and armhf

Jonathan Nieder jrnieder at gmail.com
Fri Jul 6 21:09:08 UTC 2012


Hi Shawn,

shawn wrote:

> --- a/src/third_party/libvpx/libvpx.gyp
> +++ b/src/third_party/libvpx/libvpx.gyp
> @@ -281,11 +281,17 @@
>      {
>        'target_name': 'libvpx_include',
>        'type': 'none',
> -      'direct_dependent_settings': {
> -        'include_dirs': [
> -          'source/libvpx',
> -        ],
> -      },
> +      'conditions': [
> +        ['_toolset=="target"', {
> +          'link_settings': {
> +            'ldflags': [
> +              '<!@(pkg-config --libs-only-L --libs-only-other vpx)',
> +            ],
> +            'libraries': [
> +              '<!@(pkg-config --libs-only-l vpx)',
> +            ],
> +          },
> +      }]]

Looks good to me.  Are you a member of the pkg-chromium Alioth project?

Thanks,
Jonathan





More information about the Pkg-chromium-maint mailing list