diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-14 21:10:38 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-14 21:10:38 +0000 |
commit | 4b97664c5da5b58c697a693875139b2f0db45f47 (patch) | |
tree | 22c14284af297157791e8687c940d851eecd5989 /src | |
parent | 11564961f93c39df53c3938c0ecf9e0eb26b3b72 (diff) | |
download | k3b-4b97664c5da5b58c697a693875139b2f0db45f47.tar.gz k3b-4b97664c5da5b58c697a693875139b2f0db45f47.zip |
Fix k3b FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/k3bsystemproblemdialog.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 81aa9b7..37c0c67 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ k3b_SOURCES = k3bwelcomewidget.cpp k3bapplication.cpp k3bdiroperator.cpp \ k3b_LDADD = ./option/liboption.la ./rip/librip.la \ ./projects/libprojects.la ../libk3bdevice/libk3bdevice.la \ ../libk3b/libk3b.la ./misc/libmisc.la ./fastscale/libfastscale.la \ - -lkio -lkparts $(CAM_LIB) $(MUSICBRAINZ_LIBS) + -lkdefx -lkio -lkparts $(CAM_LIB) $(MUSICBRAINZ_LIBS) SUBDIRS = option misc rip projects fastscale pics icons konqi mimetypes sounds diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 75a9f58..9c39ba3 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -519,8 +519,8 @@ void K3bSystemProblemDialog::checkSystem( TQWidget* parent, "include Mp3 support for legal reasons."), i18n("To enable Mp3 support, please install the MAD Mp3 decoding library as well as the " "K3b MAD Mp3 decoder plugin (the latter may already be installed but not functional " - "due to the missing libmad). Some distributions allow installation of Mp3 support " - "via an online update tool (i.e. SuSE's YOU)."), + "due to the missing libmad). To get Mp3 support, please install libk3b3-extracodecs" + "(or kubuntu-restricted-extras on Debian)."), false ) ); } */ |