remove unneeded dep libusb
This commit is contained in:
@@ -22,6 +22,8 @@ def setup():
|
|||||||
--with-x \
|
--with-x \
|
||||||
--with-driver=userspace \
|
--with-driver=userspace \
|
||||||
--with-syslog=LOG_DAEMON")
|
--with-syslog=LOG_DAEMON")
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
<Name>lirc</Name>
|
<Name>lirc</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>alsa-lib</Dependency>
|
<Dependency>alsa-lib</Dependency>
|
||||||
<Dependency>libusb</Dependency>
|
|
||||||
<Dependency>libftdi</Dependency>
|
<Dependency>libftdi</Dependency>
|
||||||
<Dependency>libusb-compat</Dependency>
|
<Dependency>libusb-compat</Dependency>
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user