File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
recipes/wip/libs/other/webkitgtk3 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ LIBS=(
100
100
$("${TARGET}-pkg-config" --libs pangofc)
101
101
$("${TARGET}-pkg-config" --libs pangoft2)
102
102
$("${TARGET}-pkg-config" --libs pixman-1)
103
+ $("${TARGET}-pkg-config" --libs sqlite3)
103
104
$("${TARGET}-pkg-config" --libs x11)
104
105
$("${TARGET}-pkg-config" --libs x11-xcb)
105
106
$("${TARGET}-pkg-config" --libs xau)
@@ -135,4 +136,6 @@ cookbook_cmake \
135
136
-DUSE_SYSTEM_MALLOC=ON \
136
137
-DUSE_SYSTEM_SYSPROF_CAPTURE=OFF \
137
138
-DUSE_WOFF2=OFF
139
+ patchelf --replace-needed "${COOKBOOK_SYSROOT}/usr/lib/libsqlite3.so" "libsqlite3.so" "${COOKBOOK_STAGE}/usr/lib/libwebkit2gtk-4.1.so"
140
+ patchelf --replace-needed "${COOKBOOK_SYSROOT}/usr/lib/libsqlite3.so" "libsqlite3.so" "${COOKBOOK_STAGE}/usr/libexec/webkit2gtk-4.1/MiniBrowser"
138
141
"""
You can’t perform that action at this time.
0 commit comments