Browse Source
Create a folder contaning pc.in files to force autoconf to look for medialibrary's dependencies in spefic folders. Those files need to be converted to pc by replacing @variables@ with the correct paths beforehand. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>shortcuts
committed by
Geoffrey Métais
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
libdir=@libdir@ |
|||
|
|||
Name: LibVLC control API |
|||
Description: VLC media player external control library |
|||
Version: 3.0.0-git |
|||
Cflags: @includedirs@ |
|||
Libs: -L${libdir} -lvlc |
|||
Libs.private: -lvlccore |
|||
@ -0,0 +1,8 @@ |
|||
prefix=@prefix@ |
|||
libdir=${prefix} |
|||
includedir=${prefix} |
|||
|
|||
Name: libvlcpp |
|||
Description: libvlc C++ bindings |
|||
Version: 0.1.0 |
|||
Cflags: -I${includedir} |
|||
Loading…
Reference in new issue