Skip to content

Commit

Permalink
webkitgtk: enable WPE_RENDERER
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Jan 20, 2021
1 parent b2eb899 commit 132f7e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/libraries/webkitgtk/default.nix
Expand Up @@ -51,6 +51,8 @@
, xdg-dbus-proxy
, substituteAll
, glib
, libwpe
, libwpe-fdo
}:

assert enableGeoLocation -> geoclue2 != null;
Expand Down Expand Up @@ -119,6 +121,8 @@ stdenv.mkDerivation rec {
libsecret
libtasn1
libwebp
libwpe
libwpe-fdo
libxkbcommon
libxml2
libxslt
Expand Down Expand Up @@ -153,7 +157,6 @@ 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 132f7e6

Please sign in to comment.