mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
13 lines
347 B
PkgConfig
13 lines
347 B
PkgConfig
prefix=%prefix%
|
|
sdkdir=%sdkdir%
|
|
includedir=%includedir%
|
|
idldir=%idldir%
|
|
includetype=unstable
|
|
|
|
Name: libxul
|
|
Description: The Mozilla Runtime and Embedding Engine (unstable API)
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
|
|
Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%
|