diff options
author | Nicholas Corgan | 2013-01-17 10:50:05 -0800 |
---|---|---|
committer | Nicholas Corgan | 2013-01-17 10:50:05 -0800 |
commit | b25d27db5d14ba5182495e9963ce6e1de5d48977 (patch) | |
tree | ec748e6174a43ce10584278ec222803b54f312a5 /cmake | |
parent | 2190f94d08855676a1f837c4520831d3987d1148 (diff) | |
download | gnuradio-b25d27db5d14ba5182495e9963ce6e1de5d48977.tar.gz gnuradio-b25d27db5d14ba5182495e9963ce6e1de5d48977.tar.bz2 gnuradio-b25d27db5d14ba5182495e9963ce6e1de5d48977.zip |
cmake: Added Fedora 18 packaging information
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Packaging/Fedora-18.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake/Packaging/Fedora-18.cmake b/cmake/Packaging/Fedora-18.cmake new file mode 100644 index 000000000..2e9e78ee1 --- /dev/null +++ b/cmake/Packaging/Fedora-18.cmake @@ -0,0 +1,12 @@ +SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "boost-python" "glibc") +SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python") +SET(PACKAGE_DEPENDS_CORE_RUNTIME "fftw-libs") +SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "qt" "qwt") +SET(PACKAGE_DEPENDS_QTGUI_PYTHON "PyQt4" "PyQwt") +SET(PACKAGE_DEPENDS_GRC "python" "numpy" "gtk2" "python-lxml" "python-cheetah") +SET(PACKAGE_DEPENDS_WXGUI "wxGTK" "python" "numpy") +SET(PACKAGE_DEPENDS_VIDEO_SDL_RUNTIME "SDL") +SET(PACKAGE_DEPENDS_UHD_RUNTIME "uhd") +SET(PACKAGE_DEPENDS_AUDIO_RUNTIME "pulseaudio" "alsa-lib" "jack-audio-connection-kit") +SET(PACKAGE_DEPENDS_WAVELET_RUNTIME "gsl") +SET(PACKAGE_DEPENDS_WAVELET_PYTHON "python" "numpy") |