any updates here?
On Fri, Jun 1, 2018 at 2:09 PM Lukas Rusak wrote:
> This seems to have been missed in the move from autotools
>
> This fixes the following build issue:
>
> ../src/gallium/auxiliary/vl/vl_winsys_dri.c:34:10: fatal error:
> X11/Xlib-xcb.h: No such file or dir
How can I get some traction on this?
On Mon, Jun 4, 2018 at 12:38 PM Lukas Rusak wrote:
> I noticed that the generated pkg-config files will include
> glx and x11 dependencies even when x11 isn't a selected platform.
>
> This fixes the private libs and was tested by buildi
I noticed that the generated pkg-config files will include
glx and x11 dependencies even when x11 isn't a selected platform.
This fixes the private libs and was tested by building kmscube
V2:
- check if gallium-xlib is being used for glx
Reviewed-by: Dylan Baker
---
meson.build | 18
I noticed that the generated pkg-config files will include
glx and x11 dependencies even when x11 isn't a selected platform.
This fixes the private libs and was tested by building kmscube
---
meson.build | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/meson
This seems to have been missed in the move from autotools
This fixes the following build issue:
../src/gallium/auxiliary/vl/vl_winsys_dri.c:34:10: fatal error: X11/Xlib-xcb.h:
No such file or directory
#include
^~~~
---
src/gallium/auxiliary/meson.build | 2 +-
1 file ch
Working as expected. Thanks!
On Tue, Oct 31, 2017 at 12:05 PM Emil Velikov
wrote:
> From: Emil Velikov
>
> Targets such as omx and va can work w/o anything X related. Mandate the
> xcb* dependencies only when the X11 platform is selected.
>
> Reported-by: Lukas Rusak
> Cc:
use?
What needs to be done?
- vasyncsurface??
- 10bit support in gbm
- vaapi drm egl extensions
Anything else?
Thanks,
Lukas Rusak
On Sun, Jun 25, 2017 at 2:53 AM Peter Frühberger <
peter.fruehber...@gmail.com> wrote:
> Hi all,
>
> just as information:
> https://github.com/F