[Vm-dev] Unexpected external library dependencies on linux

stes stes at telenet.be
Thu Apr 23 05:56:28 UTC 2020


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


The file platforms/unix/vm-sound-OSS/acinclude.m4 has an interesting option
or flag:

AC_ARG_WITH([vm-sound-OSS],
  AS_HELP_STRING([--without-vm-sound-OSS], [disable OSS vm sound support
(default=enabled)]),
  [with_vm_sound_OSS="$withval"],
  [with_vm_sound_OSS="yes"])

if test "$with_vm_sound_OSS" = "no"; then
  AC_PLUGIN_DISABLE_PLUGIN(vm-sound-OSS);
else
  ...
fi

So for vm-sound-OSS it is possible to use configure --without-vm-sound-OSS.

Unfortunately it seems that the other vm-sound directories do not have this.

Would it be an option to add a

  AC_PLUGIN_DISABLE_PLUGIN(vm-sound-pulse);
  AC_PLUGIN_DISABLE_PLUGIN(vm-sound-Sun);
  AC_PLUGIN_DISABLE_PLUGIN(vm-sound-ALSA);

etc. options similar like the one for vm-sound-OSS but then for
ALSA,pulse,Sun?


This could be useful because then it would be possible to configure

   configure --without-vm-sound-ALSA

for example, just as it is possible nowadays to do this
--without-vm-sound-OSS.

David Stes


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJeoS3tAAoJEAwpOKXMq1MaKEgH/3gnQvvvrNnc/Ol8Bt2syF7q
34dipq7hVdGNBvVA7uywNt0e743Ek+VbGpH9jBovUXf3Vctk/93o1tsDP/63YlX1
WOzsco8I64zsZvJK7Un2SWRToJRyUufPzbQGC0yA/YAPLw1Dlo4Z1nYEoVLr+koE
VEFOJvqJAvhrEd46UixqNE3a53oy5X2QqaJlYcdiOHvRpDBj01D2OjJt20nt3Tjd
cQAUGElxWUS/UQ9YlqIr/UJIiyo/IQTmxR1kj9JNFBh6qYkSt8uNuxcQR7imJjVx
DeS6SqwlcRorI0NlTqgvrckKXNPs+DLlYnSkql4PoMh324mjOdSlBPYHoKNI0aE=
=44PD
-----END PGP SIGNATURE-----




--
Sent from: http://forum.world.st/Squeak-VM-f104410.html


More information about the Vm-dev mailing list