mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-22 11:07:46 -04:00
13 lines
247 B
PkgConfig
13 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Xmu
|
|
Description: Xmu Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xproto x11 xt
|
|
Requires.private: x11 xt xext
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXmu
|