webkitgtk: enable WPE_RENDERER
This commit is contained in:
parent
b2eb8992c7
commit
132f7e6cfe
@ -51,6 +51,8 @@
|
||||
, xdg-dbus-proxy
|
||||
, substituteAll
|
||||
, glib
|
||||
, libwpe
|
||||
, libwpe-fdo
|
||||
}:
|
||||
|
||||
assert enableGeoLocation -> geoclue2 != null;
|
||||
@ -119,6 +121,8 @@ stdenv.mkDerivation rec {
|
||||
libsecret
|
||||
libtasn1
|
||||
libwebp
|
||||
libwpe
|
||||
libwpe-fdo
|
||||
libxkbcommon
|
||||
libxml2
|
||||
libxslt
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user