Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.3:Update
weston
0001-build-honor-results-obtained-by-pkg-config...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-build-honor-results-obtained-by-pkg-config-libinput.patch of Package weston
From 901f05ab852a6f66cfae7d6081065e88e878a6eb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt <jengelh@inai.de> Date: Mon, 8 Sep 2014 14:55:42 +0200 Subject: [PATCH] build: honor results obtained by pkg-config libinput The error was: src/libinput-seat.c:30:22: fatal error: libinput.h: No such file or directory --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: weston-1.8.0/Makefile.am =================================================================== --- weston-1.8.0.orig/Makefile.am +++ weston-1.8.0/Makefile.am @@ -51,7 +51,8 @@ AM_CPPFLAGS = \ -DDATADIR='"$(datadir)"' \ -DMODULEDIR='"$(moduledir)"' \ -DLIBEXECDIR='"$(libexecdir)"' \ - -DBINDIR='"$(bindir)"' + -DBINDIR='"$(bindir)"' \ + $(LIBINPUT_BACKEND_CFLAGS) CLEANFILES = weston.ini \ ivi-shell/weston.ini \
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