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-udev_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
Diffstat (limited to 'x11/libinput/files/patch-udev_Makefile.am')
-rw-r--r-- | x11/libinput/files/patch-udev_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-udev_Makefile.am b/x11/libinput/files/patch-udev_Makefile.am new file mode 100644 index 000000000000..6572e9447b43 --- /dev/null +++ b/x11/libinput/files/patch-udev_Makefile.am @@ -0,0 +1,10 @@ +--- udev/Makefile.am.orig 2017-02-11 05:10:33 UTC ++++ udev/Makefile.am +@@ -19,6 +19,7 @@ endif + + libinput_model_quirks_SOURCES = libinput-model-quirks.c + libinput_model_quirks_CFLAGS = \ ++ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ + $(LIBUDEV_CFLAGS) \ + $(GCC_CFLAGS) |