12
by Felix Geyer
Add list of ignored optional dependencies and highlight cmake warnings. |
1 |
{
|
15
by Felix Geyer
Add some more entries to the ignore list. |
2 |
"kde4libs": [ "FAM", "HUPnP", "media-player-info", "Aspell" ], |
3 |
"kate": [ "SharedMimeInfo" ], |
|
4 |
"okular": [ "CHM" ], |
|
27
by Felix Geyer
Extend cmake ignore list. |
5 |
"kdegames": [ "qvoronoi", "PyQt4", "PyKDE4", "SQLite", "Twisted" ], |
15
by Felix Geyer
Add some more entries to the ignore list. |
6 |
"printer-applet": [ "PyQt4", "PyKDE4", "PyCups", "system-config-printer" ], |
7 |
"ark": [ "qjson" ], |
|
8 |
"kde-runtime": [ "Xine" ], |
|
20
by Felix Geyer
Extend ignore list. |
9 |
"kdeadmin": [ "PyQt4", "PyKDE4", "PyCups", "system-config-printer" ], |
10 |
"kross-interpreters": [ "FALCON", "Ruby" ], |
|
23
by Felix Geyer
Extend cmake ignore file. |
11 |
"kdewebdev": [ "Ruby" ], |
27
by Felix Geyer
Extend cmake ignore list. |
12 |
"kde-workspace": [ "GoogleGadgets", "XMMS" ], |
41
by Felix Geyer
Update cmake-ignore for kdenetwork. |
13 |
"kdenetwork" : [ "XMMS", "msiLBC" ], |
31
by Felix Geyer
More ignored dependencies. |
14 |
"marble": [ "libshp", "QtMobility", "QtLocation" ], |
15 |
"smokeqt": [ "Qwt5 for Qt4" ], |
|
16 |
"qtruby": [ "Qwt5 for Qt4" ], |
|
17 |
"perlqt": [ "Qwt5 for Qt4" ], |
|
18 |
"pykde4": [ "PolkitQt" ] |
|
12
by Felix Geyer
Add list of ignored optional dependencies and highlight cmake warnings. |
19 |
}
|