Commit a758e7f6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Update .pc files for static linking

parent 3f1a7824
......@@ -8,4 +8,4 @@ Description: VLC media player external control library
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lvlc
Libs.private: -lvlccore
Libs.private: -lvlccore @LIBS_libvlc@
......@@ -19,3 +19,6 @@ Cflags: -I${includedir} -I${pkgincludedir}/plugins \
-D_REENTRANT \
-D_THREAD_SAFE
Libs: -L${libdir} -lvlccore
Libs.private: @LIBS_libvlccore@ \
@LTLIBINTL@ @LTLIBICONV@ \
@SOCKET_LIBS@ @LIBDL@ @LIBM@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment