Skip to content

Commit

Permalink
Moved dependency to ALSA to the cerevoice_sdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
iki committed May 19, 2014
1 parent d6a1a5d commit fd42ea1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions cerevoice_tts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ find_package(catkin REQUIRED COMPONENTS

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
find_package(ALSA REQUIRED)

###################################
## catkin specific configuration ##
Expand All @@ -28,7 +27,6 @@ catkin_package(
INCLUDE_DIRS include
# LIBRARIES cerevoice_tts
CATKIN_DEPENDS actionlib cerevoice_tts_msgs roscpp cerevoice_sdk
DEPENDS ALSA
)

###########
Expand Down
11 changes: 0 additions & 11 deletions cerevoice_tts/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

<author >Benjamin Reiner</author>

<!-- TODO: add somewhere the dependency to alsa -->

<test_depend>gtest</test_depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
Expand All @@ -25,13 +23,4 @@
<run_depend>roscpp</run_depend>
<run_depend>cerevoice_sdk</run_depend>


<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- You can specify that this package is a metapackage here: -->
<!-- <metapackage/> -->

<!-- Other tools can request additional information be placed here -->

</export>
</package>

0 comments on commit fd42ea1

Please sign in to comment.