Unverified Commit 1ec0ec75 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

baresip: Build the GTK module
parents 7986fac2 f7723d08
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"