We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webkit2gtk-4.1
1 parent 7d6ec55 commit 367438bCopy full SHA for 367438b
src/icon/icon.v
@@ -6,7 +6,11 @@ module icon
6
7
$if linux {
8
#pkgconfig gtk+-3.0
9
- #pkgconfig webkit2gtk-4.0
+ $if $pkgconfig('webkit2gtk-4.1') {
10
+ #pkgconfig webkit2gtk-4.1
11
+ } $else {
12
+ #pkgconfig webkit2gtk-4.0
13
+ }
14
}
15
16
enum SetIconResult {
src/lib.c.v
@@ -9,7 +9,11 @@ module webview
17
18
19
@[typedef]
0 commit comments