Merge pull request #190830 from samueldr/feature/baresip-gtk

baresip: Build the GTK module
This commit is contained in:
7c6f434c 2022-09-12 06:00:32 +00:00 committed by GitHub
commit 1ec0ec7583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, pkg-config
, gst_all_1
, cairo
, gtk3
, mpg123
, alsa-lib
, SDL2
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
libre
librem
cairo
gtk3
mpg123
alsa-lib
SDL2
@ -75,6 +77,7 @@ stdenv.mkDerivation rec {
"USE_FFMPEG=1"
"USE_GSM=1"
"USE_GST1=1"
"USE_GTK=1"
"USE_L16=1"
"USE_MPG123=1"
"USE_OSS=1"