mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-11 11:49:01 +00:00
10 lines
220 B
PkgConfig
10 lines
220 B
PkgConfig
prefix=@prefix@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libxcvt
|
|
Description: A Library to generate VESA CVT standard timing modelines.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lxcvt
|
|
Cflags: -I${includedir}
|