mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Haiku have libmtp and libusb, so use them!
This commit is contained in:
parent
6979f7d0e9
commit
9901e4b05e
@ -168,7 +168,7 @@ class Plugins(collections.Mapping):
|
||||
plugins.extend(['winutil', 'wpd', 'winfonts'])
|
||||
if isosx:
|
||||
plugins.append('usbobserver')
|
||||
if islinux or isosx:
|
||||
if islinux or isosx or ishaiku:
|
||||
plugins.append('libusb')
|
||||
plugins.append('libmtp')
|
||||
self.plugins = frozenset(plugins)
|
||||
|
Loading…
x
Reference in New Issue
Block a user