mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 619478 - Build warning in html/gnc-html-webkit.c
Require WebKit 1.2 as a minimum git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23561 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f6c4308690
commit
0d0fc1964a
@ -1029,7 +1029,7 @@ then
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
webkit)
|
webkit)
|
||||||
PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= "1.0")
|
PKG_CHECK_MODULES(WEBKIT, webkit-1.0 >= "1.2")
|
||||||
case "$platform" in
|
case "$platform" in
|
||||||
win32)
|
win32)
|
||||||
# 1.1.90 has both functions
|
# 1.1.90 has both functions
|
||||||
|
Loading…
Reference in New Issue
Block a user