GNOME Bugzilla – Bug 697967
main: specify the requirement of WebKit 3.0
Last modified: 2013-04-19 16:03:30 UTC
It would be beneficial for distributions making use of automatic dependency generation, if .js code would specify versioned requires. In case of gnome-documents, this is mostly done; WebKit, though, is not specified and as such, the dep generator just adds 'WebKit'; in fact, though, we DO require WebKit 3.0, as this is a GTK 3 application.
Created attachment 241469 [details] [review] main: specify import of WebKit 3.0 Knowing that this is a GTK+ 3.0 application, we are sure that we also require WebKit 3.0; Distributions with automatic dependency generation will profit from more reliable deps.
Review of attachment 241469 [details] [review]: Thanks, looks good.