diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2019-01-31 07:55:55 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-01-31 07:55:55 +0000 |
| commit | 037c497674e2c3896f3d479ce00574c937003d0f (patch) | |
| tree | f4f78604653fb597d38b66fa42e8559f16ad7dff /x11/libinput/files/patch-meson.build | |
| parent | Remove useless Python version restriction. (diff) | |
x11/libinput: update to 1.12.6, fixup
Fix previous commit, r491694, by actually removing old patches and adding
new ones. This was missed in the transition from git to svn.
PR: 222905
Reported by: Greg V (original version)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Tested by: tcberner (kde@), andrnils@gmail.com
Sponsored by: B3 Init (zeising)
Notes
Notes:
svn path=/head/; revision=491696
Diffstat (limited to 'x11/libinput/files/patch-meson.build')
| -rw-r--r-- | x11/libinput/files/patch-meson.build | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/libinput/files/patch-meson.build b/x11/libinput/files/patch-meson.build new file mode 100644 index 000000000000..9f925e3b2b55 --- /dev/null +++ b/x11/libinput/files/patch-meson.build @@ -0,0 +1,20 @@ +--- meson.build.orig 2018-12-31 16:13:39 UTC ++++ meson.build +@@ -145,6 +145,8 @@ endif + + ############ udev bits ############ + ++if false ++ + executable('libinput-device-group', + 'udev/libinput-device-group.c', + dependencies : [dep_udev, dep_libwacom], +@@ -181,6 +183,8 @@ litest_model_quirks_file = configure_file(input : 'ude + output : '90-libinput-model-quirks-litest.rules', + install : false, + configuration : litest_udev_rules_config) ++ ++endif + + ############ libepoll-shim (BSD) ############ + |
