linphone: fix build of gtk ui
This commit is contained in:
parent
7df273e71d
commit
2f15843601
@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0az2ywrpx11sqfb4s4r2v726avcjf4k15bvrqj7xvhz7hdndmh0j";
|
||||
};
|
||||
|
||||
cmakeFlags = "-DENABLE_GTK_UI=ON";
|
||||
|
||||
postPatch = ''
|
||||
touch coreapi/liblinphone_gitversion.h
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
readline openldap cyrus_sasl libupnp zlib libxml2 gtk2 libnotify speex ffmpeg libX11
|
||||
polarssl libsoup udev ortp mediastreamer sqlite belle-sip libosip libexosip
|
||||
|
Loading…
Reference in New Issue
Block a user