Changes between Version 1 and Version 2 of WebKitFlatpakSDK/LocalProjects
- Timestamp:
- Apr 5, 2022, 4:05:59 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitFlatpakSDK/LocalProjects
v1 v2 11 11 12 12 {{{ 13 !sh13 #!sh 14 14 $ export WEBKIT_SDK_LOCAL_DEPS=libsoup,gstreamer-full 15 15 $ build-webkit --wpe ... … … 19 19 20 20 {{{ 21 !sh21 #!sh 22 22 export WEBKIT_SDK_LOCAL_DEPS_OPTIONS="-Dgstreamer-full:introspection=disabled -Dgst-plugins-good:soup=disabled" 23 23 }}}