diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 11:14:10 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-04-05 11:14:10 +0000 |
commit | d7886f405d7264b0359b85b502f0f59d79122b3c (patch) | |
tree | a4be6ee90be5d1c16ed0a3817dd32fd3f2c9de13 /user/libwacom/musl-test.patch | |
parent | 9cbab40acdc96b8f681da3e791caa379abb66fc3 (diff) | |
download | packages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.gz packages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.bz2 packages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.xz packages-d7886f405d7264b0359b85b502f0f59d79122b3c.zip |
user/libwacom: Update to 1.3
Diffstat (limited to 'user/libwacom/musl-test.patch')
-rw-r--r-- | user/libwacom/musl-test.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/libwacom/musl-test.patch b/user/libwacom/musl-test.patch index 74625f02b..cc4add634 100644 --- a/user/libwacom/musl-test.patch +++ b/user/libwacom/musl-test.patch @@ -1,6 +1,6 @@ --- libwacom-1.2/meson.build.old 2019-12-22 21:45:06.000000000 +0000 +++ libwacom-1.2/meson.build 2019-12-25 11:43:51.004107631 +0000 -@@ -555,7 +555,7 @@ +@@ -588,7 +588,7 @@ # because of the tricks we use in calling the function and exposing # it to begin with, LTO gets confused and this fails to link. # Let's just disable it here. @@ -12,9 +12,9 @@ --- libwacom-1.2/meson_options.txt.old 2019-11-07 02:25:47.000000000 +0000 +++ libwacom-1.2/meson_options.txt 2019-12-25 11:45:11.585452086 +0000 @@ -10,4 +10,8 @@ - type: 'boolean', - value: true, - description: 'Build the tests [default=true]') + type: 'feature', + value: 'enabled', + description: 'Build the tests [default=enabled]') +option('test_deprecated', + type: 'boolean', + value: true, |