Document disabling download with WebKit2
This commit is contained in:
parent
2c511ec29c
commit
5f8196824c
|
@ -21,6 +21,7 @@ cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkitgtk-3.0`
|
||||||
ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||||
|
|
||||||
[mode::embedded-webkit-4-debug]
|
[mode::embedded-webkit-4-debug]
|
||||||
|
#XXX download does not build with WebKit2 yet
|
||||||
targets=surfer
|
targets=surfer
|
||||||
cppflags_force=-D EMBEDDED -D WITH_WEBKIT2
|
cppflags_force=-D EMBEDDED -D WITH_WEBKIT2
|
||||||
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
||||||
|
@ -41,6 +42,7 @@ cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkitgtk-3.0`
|
||||||
ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||||
|
|
||||||
[mode::webkit-4-debug]
|
[mode::webkit-4-debug]
|
||||||
|
#XXX download does not build with WebKit2 yet
|
||||||
targets=surfer
|
targets=surfer
|
||||||
cppflags_force=-D WITH_WEBKIT2
|
cppflags_force=-D WITH_WEBKIT2
|
||||||
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
||||||
|
@ -65,6 +67,7 @@ ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||||
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
|
|
||||||
[mode::embedded-webkit-4-release]
|
[mode::embedded-webkit-4-release]
|
||||||
|
#XXX download does not build with WebKit2 yet
|
||||||
targets=surfer
|
targets=surfer
|
||||||
cppflags_force=-D EMBEDDED -D NDEBUG -D WITH_WEBKIT2
|
cppflags_force=-D EMBEDDED -D NDEBUG -D WITH_WEBKIT2
|
||||||
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
||||||
|
@ -90,6 +93,7 @@ ldflags_force=`pkg-config --libs libDesktop gtk+-x11-3.0 webkitgtk-3.0` -lintl
|
||||||
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
|
|
||||||
[mode::webkit-4-release]
|
[mode::webkit-4-release]
|
||||||
|
#XXX download does not build with WebKit2 yet
|
||||||
targets=surfer
|
targets=surfer
|
||||||
cppflags_force=-D NDEBUG -D WITH_WEBKIT2
|
cppflags_force=-D NDEBUG -D WITH_WEBKIT2
|
||||||
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
cflags_force=`pkg-config --cflags libDesktop gtk+-x11-3.0 webkit2gtk-4.0`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user