2014-09-08 15:05:23 +02:00
|
|
|
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
|
|
|
|
---
|
2015-01-27 22:54:53 +01:00
|
|
|
Makefile.am | 3 ++-
|
2014-09-08 15:05:23 +02:00
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
|
2015-06-03 17:49:08 +02:00
|
|
|
Index: weston-1.8.0/Makefile.am
|
2015-01-27 22:54:53 +01:00
|
|
|
===================================================================
|
2015-06-03 17:49:08 +02:00
|
|
|
--- weston-1.8.0.orig/Makefile.am
|
|
|
|
+++ weston-1.8.0/Makefile.am
|
|
|
|
@@ -51,7 +51,8 @@ AM_CPPFLAGS = \
|
2014-09-08 15:05:23 +02:00
|
|
|
-DDATADIR='"$(datadir)"' \
|
|
|
|
-DMODULEDIR='"$(moduledir)"' \
|
|
|
|
-DLIBEXECDIR='"$(libexecdir)"' \
|
|
|
|
- -DBINDIR='"$(bindir)"'
|
|
|
|
+ -DBINDIR='"$(bindir)"' \
|
|
|
|
+ $(LIBINPUT_BACKEND_CFLAGS)
|
|
|
|
|
2015-06-03 17:49:08 +02:00
|
|
|
CLEANFILES = weston.ini \
|
|
|
|
ivi-shell/weston.ini \
|