mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
13 lines
280 B
PkgConfig
13 lines
280 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XvMCWrapper
|
|
Description: XvMC wrapper library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: videoproto xextproto
|
|
Requires.private: x11 >= 1.6 xext xv
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXvMCW
|