diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-11 17:51:19 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-11 17:51:19 +0000 |
commit | 8d886de4ae53a58c3e3f07db4c5f5218367a1b7f (patch) | |
tree | 18b030ba07bfdb8d28537c46c9d331ec6e682076 /x11/libinput/files/patch-src_Makefile.am | |
parent | Remove post-patch cruft accidentally introduced into patch-configure files (diff) |
Update to 1.6.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9542
Notes
Notes:
svn path=/head/; revision=433898
Diffstat (limited to 'x11/libinput/files/patch-src_Makefile.am')
-rw-r--r-- | x11/libinput/files/patch-src_Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/x11/libinput/files/patch-src_Makefile.am b/x11/libinput/files/patch-src_Makefile.am index 633bbda5a12f..0ba6f7bbfaa2 100644 --- a/x11/libinput/files/patch-src_Makefile.am +++ b/x11/libinput/files/patch-src_Makefile.am @@ -1,4 +1,4 @@ ---- src/Makefile.am.orig 2017-01-08 12:31:29 UTC +--- src/Makefile.am.orig 2017-02-11 05:10:33 UTC +++ src/Makefile.am @@ -38,6 +38,7 @@ libinput_la_LIBADD = $(MTDEV_LIBS) \ $(LIBUDEV_LIBS) \ @@ -8,3 +8,14 @@ libinput-util.la libinput_la_CFLAGS = -I$(top_srcdir)/include \ +@@ -61,8 +62,8 @@ libfilter_la_SOURCES = \ + filter.c \ + filter.h \ + filter-private.h +-libfilter_la_LIBADD = +-libfilter_la_CFLAGS = ++libfilter_la_LIBADD = $(LIBUDEV_LIBS) ++libfilter_la_CFLAGS = -I$(top_srcdir)/include $(LIBUDEV_CFLAGS) + + libinput_la_LDFLAGS = -version-info $(LIBINPUT_LT_VERSION) -shared \ + -Wl,--version-script=$(srcdir)/libinput.sym |