wok rev 12000

firefox-dev: fix include-dir
author Dominique Corbex <domcox@slitaz.org>
date Sun Mar 04 22:13:07 2012 +0100 (2012-03-04)
parents 469b918af40a
children a5d1efde3327
files firefox-dev/stuff/firefox-js.pc firefox-dev/stuff/firefox-plugin.pc firefox-dev/stuff/firefox-xpcom.pc
line diff
     1.1 --- a/firefox-dev/stuff/firefox-js.pc	Sun Mar 04 23:00:55 2012 +0100
     1.2 +++ b/firefox-dev/stuff/firefox-js.pc	Sun Mar 04 22:13:07 2012 +0100
     1.3 @@ -7,4 +7,4 @@
     1.4  Description: The Mozilla JavaScript Library
     1.5  Version: 3.5.5
     1.6  Libs: -L${sdkdir}/sdk/lib -lmozjs
     1.7 -Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE
     1.8 +Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
     2.1 --- a/firefox-dev/stuff/firefox-plugin.pc	Sun Mar 04 23:00:55 2012 +0100
     2.2 +++ b/firefox-dev/stuff/firefox-plugin.pc	Sun Mar 04 22:13:07 2012 +0100
     2.3 @@ -7,4 +7,4 @@
     2.4  Description: Mozilla Plug-In API
     2.5  Version: 3.5.5
     2.6  Libs: -L${libdir}
     2.7 -Cflags: -I${includedir}/stable -I${includedir}/unstable
     2.8 +Cflags: -I${includedir}
     3.1 --- a/firefox-dev/stuff/firefox-xpcom.pc	Sun Mar 04 23:00:55 2012 +0100
     3.2 +++ b/firefox-dev/stuff/firefox-xpcom.pc	Sun Mar 04 22:13:07 2012 +0100
     3.3 @@ -8,4 +8,4 @@
     3.4  Description: The Mozilla Cross Platform Component Library
     3.5  Version: 3.5.5
     3.6  Libs: -L${libdir} -lxpcom
     3.7 -Cflags: -I/usr/include/firefox-3.5.5/stable -I${includedir}
     3.8 +Cflags: -I/usr/include/firefox-3.5.5 -I${includedir}