summaryrefslogtreecommitdiff
path: root/cmake/Packaging
diff options
context:
space:
mode:
authorJohnathan Corgan2013-02-07 02:32:32 -0500
committerJohnathan Corgan2013-02-07 02:32:32 -0500
commit96bbf02e872c873074ce8e443a4683a403b3937f (patch)
tree437f44402317af36f499ed66b846afe0afb6d259 /cmake/Packaging
parentf3f3b8842d011639f6b70329eaaa72dd3047da41 (diff)
parentb25d27db5d14ba5182495e9963ce6e1de5d48977 (diff)
downloadgnuradio-96bbf02e872c873074ce8e443a4683a403b3937f.tar.gz
gnuradio-96bbf02e872c873074ce8e443a4683a403b3937f.tar.bz2
gnuradio-96bbf02e872c873074ce8e443a4683a403b3937f.zip
Merge remote-tracking branch 'ncorgan/fedora-18-cmake' into maint
Diffstat (limited to 'cmake/Packaging')
-rw-r--r--cmake/Packaging/Fedora-18.cmake12
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")