Browse Source
This installs VLC to a per-target prefix, and use that prefix as the base for .pc files & headers The static module list is generated in the said prefix, based on the modules from the build foldermerge-requests/61/head
committed by
Hugo Beauzée-Luyssen
4 changed files with 8 additions and 27 deletions
@ -1,8 +0,0 @@ |
|||
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 |
|||
@ -1,8 +0,0 @@ |
|||
prefix=@prefix@ |
|||
libdir=${prefix} |
|||
includedir=${prefix} |
|||
|
|||
Name: libvlcpp |
|||
Description: libvlc C++ bindings |
|||
Version: 0.1.0 |
|||
Cflags: -I${includedir} |
|||
Loading…
Reference in new issue