On Sun, Feb 05, 2017 at 11:41:40AM +0100, Janne Grunau wrote:
> On 2017-01-24 18:12:47 +0100, Diego Biurrun wrote:
> > --- a/configure
> > +++ b/configure
> > @@ -4776,11 +4779,11 @@ if enabled libcdio; then
> >  fi
> >  
> >  if enabled libxcb; then
> > -    require_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles
> > +    require_pkg_config libxcb xcb-shape xcb/shape.h xcb_shape_rectangles
> >      disabled libxcb_shm ||
> > -        require_pkg_config xcb-shm xcb/shm.h xcb_shm_attach
> > +        require_pkg_config libxcb_shm xcb-shm xcb/shm.h xcb_shm_attach
> >      disabled libxcb_xfixes ||
> > -        require_pkg_config xcb-xfixes xcb/xfixes.h 
> > xcb_xfixes_get_cursor_image
> > +        require_pkg_config libxcb_xfixes xcb-xfixes xcb/xfixes.h 
> > xcb_xfixes_get_cursor_image
> >  fi
> 
> otherwise not pretty but I can't think of a nicer way to do it

It's a workaround by nature, so it cannot be pretty. I tried to at
least localize it to the parts that deal with pkgconfig directly.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to