forked from mirrors/nixpkgs
libpulse: Use glib
This commit is contained in:
parent
2154348ba0
commit
da4177c36e
|
@ -30,7 +30,7 @@ let
|
|||
optCoreaudio = if libOnly then null else shouldUsePkg coreaudio;
|
||||
optAlsaLib = if libOnly then null else shouldUsePkg alsaLib;
|
||||
optEsound = if libOnly then null else shouldUsePkg esound;
|
||||
optGlib = if libOnly then null else shouldUsePkg glib;
|
||||
optGlib = shouldUsePkg glib;
|
||||
optGtk3 = if libOnly || !hasXlibs then null else shouldUsePkg gtk3;
|
||||
optGconf = if libOnly then null else shouldUsePkg gconf;
|
||||
optAvahi = if libOnly then null else shouldUsePkg avahi;
|
||||
|
|
Loading…
Reference in a new issue