openbsd-ports/devel/xulrunner/files/libxul-embedding.pc

11 lines
322 B
PkgConfig
Raw Normal View History

prefix=!!PREFIX!!
exec_prefix=${prefix}
libdir=${exec_prefix}/xulrunner
includedir=${prefix}/xulrunner/include
Name: libxul-embedding
Description: Static library for version-independent embedding of the Mozilla runtime
Version: !!VERSION!!
Libs: -L${libdir} -lxpcomglue
Cflags: -DXPCOM_GLUE -I${includedir} -fshort-wchar