Followup to bug 488175 - fix additional pkgconfig files to remove references to the -unstable packages as well as the stable/ and unstable/ include directories, r=bsmedberg

This commit is contained in:
Matsuura Takanori 2009-05-22 11:38:37 -04:00
parent c6d706191a
commit 9c612087a4
5 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@ includedir=%includedir%
Name: mozilla-gtkembedmoz
Description: Static version-independent Mozilla Embedding Widget for Gtk+
Version: %MOZILLA_VERSION%
Requires: libxul-embedding-unstable = %MOZILLA_VERSION%
Requires: libxul-embedding = %MOZILLA_VERSION%

View File

@ -5,4 +5,4 @@ includedir=%includedir%
Name: mozilla-gtkembedmoz
Description: Mozilla Embedding Widget for Gtk+
Version: %MOZILLA_VERSION%
Requires: libxul-unstable = %MOZILLA_VERSION%
Requires: libxul = %MOZILLA_VERSION%

View File

@ -7,4 +7,4 @@ Description: The Mozilla JavaScript Library
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
Libs: -L${sdkdir}/lib -lmozjs
Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE

View File

@ -7,4 +7,4 @@ Description: Mozilla Network Security Services
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
Libs: -L${sdkdir}/lib -lnss3 -lnssutil3 -lsmime3 -lssl3 -lsoftokn3
Cflags: -I${includedir}/stable
Cflags: -I${includedir}

View File

@ -5,4 +5,4 @@ includedir=%includedir%
Name: Mozilla Plug-In API
Description: Mozilla Plug-In API
Version: %MOZILLA_VERSION%
Cflags: -I${includedir}/stable -DXP_UNIX
Cflags: -I${includedir} -DXP_UNIX