diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 23:58:45 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 83cbc71ea2b02e9ab3108fa20b42b4d6c2cbe063 (patch) | |
tree | d6db0bbcf36514c73a0d3cbdb87c656e6ea7f0fc /system/qemu/README | |
parent | 6db532a65a8bd39abdf18d512f70457a6d84490c (diff) | |
download | slackbuilds-83cbc71ea2b02e9ab3108fa20b42b4d6c2cbe063.tar.gz |
system/qemu: Kill static libusb support (not needed with 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/qemu/README b/system/qemu/README index 40f31add29..a80da713e0 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -39,6 +39,3 @@ If you wish to emulate ARM, you will want device-tree-compiler. NOTES: This version breaks some backward compatibility with earlier versions. Consult the official changelogs for details. - - Slackware's libusb is too old. Thus, to enable usb redirection, install - usbredir, download libusb-1.19, and build with LIBUSB=yes ./qemu.SlackBuild |