1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

midori: build with webkit2 to support GTK+2 plugins (close #1412)

This commit is contained in:
Song Wenwu 2013-12-26 20:16:09 +08:00 committed by Vladimír Čunát
parent 55a49a3f93
commit 9b273eb971

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
cmakeFlags = ''
-DUSE_GTK3=1
-DHALF_BRO_INCOM_WEBKIT2=ON
-DUSE_ZEITGEIST=OFF
'';