diff options
Diffstat (limited to 'eclass/gstreamer.eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index b6fc20ab03a8..dd5bf2c89fa5 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -171,7 +171,7 @@ gstreamer_get_plugin_dir() { # @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...] # @DESCRIPTION: # Walks through makefiles in order to make sure build will link against system -# librairies. +# libraries. # Takes a list of path fragments and corresponding pkgconfig libraries # separated by colon (:). Will replace the path fragment by the output of # pkgconfig. |