Skip to content

Commit

Permalink
Merge pull request #110738 from matthewbauer/revert-96140
Browse files Browse the repository at this point in the history
Revert "webkitgtk: enable WPE_RENDERER"
  • Loading branch information
SuperSandro2000 authored Jan 25, 2021
2 parents 71313b9 + c0d053e commit 0409523
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/libraries/webkitgtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
, xdg-dbus-proxy
, substituteAll
, glib
, libwpe
, libwpe-fdo
}:

assert enableGeoLocation -> geoclue2 != null;
Expand Down Expand Up @@ -122,8 +120,6 @@ stdenv.mkDerivation rec {
libsecret
libtasn1
libwebp
libwpe
libwpe-fdo
libxkbcommon
libxml2
libxslt
Expand Down Expand Up @@ -158,6 +154,7 @@ stdenv.mkDerivation rec {
"-DENABLE_INTROSPECTION=ON"
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=OFF"
"-DUSE_WPE_RENDERER=OFF"
] ++ optionals stdenv.isDarwin [
"-DENABLE_GRAPHICS_CONTEXT_3D=OFF"
"-DENABLE_GTKDOC=OFF"
Expand Down

0 comments on commit 0409523

Please sign in to comment.