diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-03 22:44:37 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-12-03 23:17:33 +0100 |
commit | b2a438e1ba2f1f806519a925c2f241d2f4675c65 (patch) | |
tree | 5f69bdec864a286a791a1f694f3aabd4a6b97b70 /editors | |
parent | graphics/kamerka: use phonon4 component instead of LIB_DEPENDS (diff) |
framework: move 'phonon4' from qt.mk to kde.mk as 'phonon'
To depend on phonon, you now need
USES= kde:<ver>
USE_KDE=phonon
if you want to depend on the backend, also add
USE_KDE= phonon-backend
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index c3bf11d845b3..26c7123d410e 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -49,11 +49,11 @@ USE_KDE= activities akonadicontacts archive auth bookmarks calendarcore \ crash dbusaddons doctools emoticons guiaddons holidays i18n \ iconthemes init itemmodels itemviews jobwidgets js kcmutils \ kdelibs4support khtml kio kross notifications notifyconfig \ - okular parts service solid sonnet texteditor textwidgets \ + okular parts phonon service solid sonnet texteditor textwidgets \ threadweaver unitconversion wallet widgetsaddons windowsystem \ xmlgui \ ecm:build -USE_QT= concurrent core dbus declarative gui network opengl phonon4 \ +USE_QT= concurrent core dbus declarative gui network opengl \ printsupport script sql svg testlib widgets x11extras \ xml \ buildtools:build qmake:build |