зеркало из https://github.com/mozilla/pjs.git
Bug 408062 - "Provide short-hand includetype=unstable .pc files for libxul and libxul-embedding" [p=asac@jwsdot.com (Alexander Sack) r=bsmedberg a1.9=damons]
This commit is contained in:
Родитель
510524244f
Коммит
6dae4d25d1
|
@ -85,6 +85,8 @@ endif
|
|||
pkg_config_files = \
|
||||
libxul.pc \
|
||||
libxul-embedding.pc \
|
||||
libxul-unstable.pc \
|
||||
libxul-embedding-unstable.pc \
|
||||
mozilla-js.pc \
|
||||
mozilla-plugin.pc \
|
||||
$(NULL)
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
prefix=%prefix%
|
||||
sdkdir=%sdkdir%
|
||||
includedir=%includedir%
|
||||
idldir=%idldir%
|
||||
includetype=unstable
|
||||
|
||||
Name: libxul-embedding-unstable
|
||||
Description: Static library for version-independent embedding of the Mozilla runtime (unstable API)
|
||||
Version: %MOZILLA_VERSION%
|
||||
Libs: -L${sdkdir}/lib -lxpcomglue
|
||||
Cflags: -DXPCOM_GLUE -I${includedir}/${includetype} -fshort-wchar
|
|
@ -0,0 +1,12 @@
|
|||
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} -fshort-wchar
|
Загрузка…
Ссылка в новой задаче