mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
11 lines
204 B
PkgConfig
11 lines
204 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/@PACKAGE@
|
|
|
|
Name: veejay
|
|
Description: video sampler
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lveejay
|
|
Cflags: -I${includedir}
|