13 lines
249 B
PkgConfig
13 lines
249 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Xv
|
|
Description: The Xv Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xproto videoproto
|
|
Requires.private: x11 xext
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXv
|