Merge pull request #4764 from talregev/TalR/add_webkit2gtk_lib_ld_flag

[bugfix] Add webkit2gtk ld flags
This commit is contained in:
Vitalii Koshura 2022-06-08 12:48:58 +02:00 committed by GitHub
commit 82e8eb98a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ WARNING: No ${uprf} libraries for wxWidgets are installed.
;;
esac
GTK_CFLAGS="`pkg-config --cflags $gtkver`"
GTK_LIBS="`pkg-config --libs $gtkver`"
GTK_LIBS="`pkg-config --libs $gtkver webkit2gtk-4.0`"
fi
AC_SUBST([GTK_CFLAGS])
AC_SUBST([GTK_LIBS])