summaryrefslogtreecommitdiff
path: root/cmake/Packaging
diff options
context:
space:
mode:
authorNicholas Corgan2012-02-03 12:10:23 -0800
committerJohnathan Corgan2012-02-03 14:24:28 -0800
commit2b87c2a7c11c4ee20b8f1356f39537043234c1b4 (patch)
tree5bc47aeacbaab3721860a40d0505c9e7ebdeac0c /cmake/Packaging
parent63ffe1ade4b582fc76a09139231dbf942c6ec85a (diff)
downloadgnuradio-2b87c2a7c11c4ee20b8f1356f39537043234c1b4.tar.gz
gnuradio-2b87c2a7c11c4ee20b8f1356f39537043234c1b4.tar.bz2
gnuradio-2b87c2a7c11c4ee20b8f1356f39537043234c1b4.zip
Fixed mislabeled dependencies for Fedora 15
Diffstat (limited to 'cmake/Packaging')
-rw-r--r--cmake/Packaging/Fedora-15.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Packaging/Fedora-15.cmake b/cmake/Packaging/Fedora-15.cmake
index 1ec017a7a..278d68990 100644
--- a/cmake/Packaging/Fedora-15.cmake
+++ b/cmake/Packaging/Fedora-15.cmake
@@ -1,10 +1,10 @@
SET(PACKAGE_DEPENDS_GRUEL_RUNTIME "boost-python" "glibc")
SET(PACKAGE_DEPENDS_GRUEL_PYTHON "python")
SET(PACKAGE_DEPENDS_CORE_RUNTIME "fftw-libs" "gsl")
-SET(PACKAGE_DEPENDS_QTGUI_RUNTIME "qt" "qwt4")
+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 "python-wxgtk2.8" "python" "numpy")
+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")