mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
8dbe0e6cc9
--HG-- extra : rebase_source : 8bf39fb6ef58994bbc65441daedad564f8d78d9c
11 lines
299 B
PkgConfig
11 lines
299 B
PkgConfig
prefix=%prefix%
|
|
sdkdir=%sdkdir%
|
|
includedir=%includedir%
|
|
idldir=%idldir%
|
|
|
|
Name: libxul-embedding
|
|
Description: Static library for version-independent embedding of the Mozilla runtime
|
|
Version: %MOZILLA_VERSION%
|
|
Libs: -L${sdkdir}/lib -lxpcomglue -ldl
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|