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:
reed@reedloden.com 2008-01-04 22:50:34 -08:00
Родитель 510524244f
Коммит 6dae4d25d1
3 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -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