diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-30 04:45:56 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-30 04:45:56 +0000 |
commit | 53379ee8d477e7700b22db2d00ac9d35ce250e85 (patch) | |
tree | b6904741759988e058be5b8fd6ef89551a6b8c07 /community/spice-gtk | |
parent | 47c6905a2978e7efdd4ed220935f3e32582f45bb (diff) | |
download | aports-53379ee8d477e7700b22db2d00ac9d35ce250e85.tar.bz2 aports-53379ee8d477e7700b22db2d00ac9d35ce250e85.tar.xz |
community/spice-gtk: incldue patch
Diffstat (limited to 'community/spice-gtk')
-rw-r--r-- | community/spice-gtk/disable-test-relying-on-usb.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/spice-gtk/disable-test-relying-on-usb.patch b/community/spice-gtk/disable-test-relying-on-usb.patch new file mode 100644 index 0000000000..4f05b3ff9f --- /dev/null +++ b/community/spice-gtk/disable-test-relying-on-usb.patch @@ -0,0 +1,12 @@ +diff --git a/tests/meson.build b/tests/meson.build +index 6c8077622d..9b77e84be9 100644 +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -1,7 +1,6 @@ + tests_sources = [ + 'util.c', + 'coroutine.c', +- 'session.c', + 'uri.c', + 'file-transfer.c', + ] |