mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 11:57:03 +08:00
contrib: sidplay2: don't depend on libtool to use libsidplay2
Meson doesn't understand this syntax. That's the only contrib defining the "Libs" like that.
This commit is contained in:
parent
557e942e32
commit
db7e130be4
@ -34,6 +34,8 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz .sum-sidplay2
|
||||
$(APPLY) $(SRC)/sidplay2/sidplay2-char-cast.patch
|
||||
$(APPLY) $(SRC)/sidplay2/sidplay2-fix-overflow.patch
|
||||
$(APPLY) $(SRC)/sidplay2/sidplay2-cxxtest.patch
|
||||
# don't depend on libtool to use libsidplay2
|
||||
sed -i.orig 's,$${libdir}/libsidplay2.la,-L$${libdir} -lsidplay2,' "$(UNPACK_DIR)/libsidplay/unix/libsidplay2.pc.in"
|
||||
$(MOVE)
|
||||
|
||||
.sidplay2: sidplay-libs
|
||||
|
Loading…
Reference in New Issue
Block a user