2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00

mesa: Add comment.

This commit is contained in:
Dylan Araps 2019-06-27 21:25:37 +03:00
parent 279b4cf4b7
commit e4b73faafa

View File

@ -1,5 +1,7 @@
#!/bin/sh -e #!/bin/sh -e
# Use autotools to build mesa.
# Meson has no ability to disable 'gettext'.
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \