Skip to content

Commit

Permalink
Remove references to GTK+ and WebKitGTK+ from README
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264161

Reviewed by Carlos Garcia Campos.

GTK+ was renamed to GTK in GTK 4, and we renamed WebKitGTK+ to WebKitGTK
correspondingly. Don't put punctuation in names. Just don't. Looking at
you, Pop!_OS.

* ReadMe.md:

Canonical link: https://commits.webkit.org/270183@main
  • Loading branch information
mcatanzaro committed Nov 3, 2023
1 parent 481028c commit 9664b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Tools/Scripts/build-webkit --debug --<platform>-device

where `platform` is `ios`, `tvos` or `watchos`.

### Building the GTK+ Port
### Building the GTK Port

For production builds:

Expand All @@ -86,7 +86,7 @@ Tools/Scripts/update-webkitgtk-libs
Tools/Scripts/build-webkit --gtk --debug
```

For more information on building WebKitGTK+, see the [wiki page](https://trac.webkit.org/wiki/BuildingGtk).
For more information on building WebKitGTK, see the [wiki page](https://trac.webkit.org/wiki/BuildingGtk).

### Building the WPE Port

Expand Down

0 comments on commit 9664b14

Please sign in to comment.