Skip to content

Commit

Permalink
Embedded Linux: no more need to disable "xmlto" building alsa-utils
Browse files Browse the repository at this point in the history
Tested successfully without this option

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Dec 10, 2021
1 parent 5a2d2b3 commit 53fc704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions labs/sysdev-thirdparty/sysdev-thirdparty.tex
Expand Up @@ -437,15 +437,14 @@ \section{Alsa-utils}
Hence, we can just disable the build of {\em alsamixer}.
Of course, if we wanted it, we would have had to build {\em ncurses} first,
just like we built {\em alsa-lib}. We will also need to disable support
for {\em xmlto} that generates the documentation.
just like we built {\em alsa-lib}.
\begin{bashinput}
$ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \
CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \
CC=arm-linux-gcc \
./configure --host=arm-linux --prefix=/usr \
--disable-alsamixer --disable-xmlto
--disable-alsamixer
\end{bashinput}
Then, run the compilation with \code{make}. Hopefully, it works!
Expand Down

0 comments on commit 53fc704

Please sign in to comment.