diff options
author | Johnathan Corgan | 2012-10-19 14:16:57 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-10-19 14:16:57 -0700 |
commit | fa4f1c2fcec8536c9d71607a0a710878cb6010ff (patch) | |
tree | b1047fe9ef83dab067408790e813afa36f25f568 | |
parent | 0b62e85e4c57796098c4ecf367c8aa16a120e791 (diff) | |
parent | 984a42a48f6872a4bdeb599786bf73097f4c0c68 (diff) | |
download | gnuradio-fa4f1c2fcec8536c9d71607a0a710878cb6010ff.tar.gz gnuradio-fa4f1c2fcec8536c9d71607a0a710878cb6010ff.tar.bz2 gnuradio-fa4f1c2fcec8536c9d71607a0a710878cb6010ff.zip |
Merge branch 'maint'
-rw-r--r-- | cmake/Packaging/Ubuntu-12.10.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/Packaging/Ubuntu-12.10.cmake b/cmake/Packaging/Ubuntu-12.10.cmake new file mode 100644 index 000000000..702ce574f --- /dev/null +++ b/cmake/Packaging/Ubuntu-12.10.cmake @@ -0,0 +1,12 @@ +SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "libboost-all-dev" "libc6") +SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python" "python-numpy") +SET(PACKAGE_DEPENDS_CORE_RUNTIME "libfftw3-3") +SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "libqtcore4" "libqwt6") +SET(PACKAGE_DEPENDS_QTGUI_PYTHON "python-qt4" "python-qwt5-qt4") +SET(PACKAGE_DEPENDS_GRC "python" "python-numpy" "python-gtk2" "python-lxml" "python-cheetah") +SET(PACKAGE_DEPENDS_WXGUI "python-wxgtk2.8") +SET(PACKAGE_DEPENDS_VIDEO_SDL_RUNTIME "libsdl1.2debian") +SET(PACKAGE_DEPENDS_UHD_RUNTIME "uhd") +SET(PACKAGE_DEPENDS_AUDIO_RUNTIME "libpulse0" "alsa-base" "libjack0") +SET(PACKAGE_DEPENDS_WAVELET_RUNTIME "libgsl0ldbl") +SET(PACKAGE_DEPENDS_WAVELET_PYTHON "python" "python-numpy") |