Browse Source

Add missing `alsa-lib-devel` package in Solus installation oneliner

This also removes `pulseaudio` from the oneliner, as it's already
installed by `pulseaudio-devel`.

See #2865.
Hugo Locurcio 5 years ago
parent
commit
4b960279df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_x11.rst

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -72,7 +72,7 @@ Distro-specific oneliners
 | **Solus**      | ::                                                                                                        |
 | **Solus**      | ::                                                                                                        |
 |                |                                                                                                           |
 |                |                                                                                                           |
 |                |     sudo eopkg install -c system.devel scons libxcursor-devel libxinerama-devel libxi-devel \             |
 |                |     sudo eopkg install -c system.devel scons libxcursor-devel libxinerama-devel libxi-devel \             |
-|                |         libxrandr-devel mesalib-devel libglu alsa-lib pulseaudio pulseaudio-devel yasm                    |
+|                |         libxrandr-devel mesalib-devel libglu alsa-lib-devel pulseaudio-devel yasm                         |
 +----------------+-----------------------------------------------------------------------------------------------------------+
 +----------------+-----------------------------------------------------------------------------------------------------------+
 
 
 Compiling
 Compiling