aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-qt4-x11.bb
blob: 0048b950445893cd97f70b656fb4b8752927f7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
DESCRIPTION = "QT4-X11 base Image Feed"
PR = "r1"
LICENSE = "MIT"

inherit task

PACKAGES += " \
	${PN}-base \
	${PN}-qwt \
"

RDEPENDS_${PN}-base = " \
	qt4-x11-free \
        libqt3support4 \
        libqtclucene4 \
        libqtcore4 \
        libqtdbus4 \
        libqtgui4 \
        libqthelp4 \
        libqtmultimedia4 \
        libqtnetwork4 \
        libqtscript4 \
        libqtscripttools4 \
        libqtsql4 \
        libqtsvg4 \
        libqttest4 \
        libqtwebkit4 \
        libqtxml4 \
        qt4-fonts \
        qt4-plugin-iconengine-svgicon \
        qt4-plugin-imageformat-gif \
        qt4-plugin-imageformat-ico \
        qt4-plugin-imageformat-jpeg \
        qt4-plugin-imageformat-mng \
        qt4-plugin-imageformat-svg \
        qt4-plugin-imageformat-tiff \
        qt4-plugin-phonon-backend-gstreamer \
        qt4-plugin-script-dbus \
        qt4-plugin-sqldriver-sqlite2 \
        qt4-plugin-sqldriver-sqlite \
"

RRECOMMENDS_${PN}-base = " \
        libqtxmlpatterns4 \
"

RDEPENDS_${PN}-qwt = "\
        qwt \
"