Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
vaapi-intel-driver
u_wayland-includes.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_wayland-includes.diff of Package vaapi-intel-driver
Author: Jan Engelhardt <jengelh@inai.de> Subject: build: respect flags obtained from pkg-config Fixes build error when wayland is in a location different than /usr/include: libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPTHREADS -I/usr/include/libdrm -DVA_DRIVERS_PATH=\"/usr/lib64/dri\" -Wall -fvisibility=hidden -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -c i965_output_wayland.c -fPIC -DPIC -o .libs/libi965_drv_video_la-i965_output_wayland.o i965_output_wayland.c:31:28: fatal error: wayland-client.h: No such file or directory --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) Index: libva-intel-driver-1.7.3/src/Makefile.am =================================================================== --- libva-intel-driver-1.7.3.orig/src/Makefile.am +++ libva-intel-driver-1.7.3/src/Makefile.am @@ -29,6 +29,7 @@ AM_CPPFLAGS = \ -DPTHREADS \ $(DRM_CFLAGS) \ $(LIBVA_DEPS_CFLAGS) \ + $(LIBVA_WAYLAND_DEPS_CFLAGS) \ -DVA_DRIVERS_PATH="\"$(LIBVA_DRIVERS_PATH)\"" \ $(NULL)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor