diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-11-25 23:42:54 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-11-25 23:42:54 -0500 |
commit | 7f37baabce2a8aabd0073a653924ac80765a2472 (patch) | |
tree | 9c55e768e67d19f132ba8b99821a333d15bb04b0 /eclass | |
parent | net-misc/minidlna: USE avahi → zeroconf (diff) | |
download | gentoo-7f37baabce2a8aabd0073a653924ac80765a2472.tar.gz gentoo-7f37baabce2a8aabd0073a653924ac80765a2472.tar.bz2 gentoo-7f37baabce2a8aabd0073a653924ac80765a2472.zip |
meson.eclass: add USAGE for meson_src_configure
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/meson.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/meson.eclass b/eclass/meson.eclass index 3d8865363307..0a80c6b698b9 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -208,6 +208,7 @@ meson_use() { } # @FUNCTION: meson_src_configure +# @USAGE: [extra meson arguments] # @DESCRIPTION: # This is the meson_src_configure function. meson_src_configure() { |