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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org