Skip to content

Commit

Permalink
Revert "webkitgtk: enable WPE_RENDERER"
Browse files Browse the repository at this point in the history
This reverts commit 132f7e6.
  • Loading branch information
matthewbauer committed Jan 25, 2021
1 parent aa8868c commit c0d053e
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 c0d053e

Please sign in to comment.