diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:23:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:39:21 +0200 |
commit | ec68b71866b7cd9c6a07f3f44bdd355fe60890c6 (patch) | |
tree | 1476be836d4d3b0c0f52c6b48bef6d84a3aa15c7 /profiles | |
parent | b30db7b3120af6fbd2a53f988e383778cf347642 (diff) | |
download | gentoo-ec68b71866b7cd9c6a07f3f44bdd355fe60890c6.tar.gz gentoo-ec68b71866b7cd9c6a07f3f44bdd355fe60890c6.tar.xz |
profiles: Add ROS_MESSAGES descriptions.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/ros_messages.desc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/desc/ros_messages.desc b/profiles/desc/ros_messages.desc new file mode 100644 index 00000000000..3ec8a3b661b --- /dev/null +++ b/profiles/desc/ros_messages.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of ROS_MESSAGES USE-EXPANDED variables. +# Keep it sorted. + +cxx - Generate and install C++ messages. +eus - Generate and install EusLisp messages. +lisp - Generate and install Common-Lisp messages. +python - Generate and install Python messages. The PYTHON_TARGETS variable controls the Python versions to build for. |