summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS5
-rw-r--r--packages/qt/qt4-x11-free_4.3.0.bb3
2 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 20892a9ffd..325c0f8b0e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16,6 +16,11 @@ Recipes: Maintained recipes (should match package names, can include wildcard
-----------------------------------------------------------------------------
+Person: Andreas Holzer
+Mail: a.holzer@cheese.at
+Website: http://members.cheese.at/woody/zaurus/
+Recipes: gnuchess, fltk-chess
+
Person: Andy Wilcox
Mail: andy@protium.com
Website: http://www.openprotium.com
diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb
index 2e8b96cc84..035efa989b 100644
--- a/packages/qt/qt4-x11-free_4.3.0.bb
+++ b/packages/qt/qt4-x11-free_4.3.0.bb
@@ -3,6 +3,7 @@ PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
LICENSE = "GPL QPL"
DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext libxrender libxrandr libxcursor dbus"
+RDEPENDS_${PN} = "${QTPACKAGES}"
PROVIDES = "qt4x11"
PR = "r2"
@@ -129,7 +130,6 @@ PACKAGES += "${QTPACKAGES}"
ALLOW_EMPTY = "1"
FILES_${PN} = ""
-RDEPENDS_${PN} = "${QTPACKAGES}"
FILES_libqtcore4 = "${libdir}/libQtCore.so.*"
FILES_libqtcore4-dev = "${libdir}/libQtCore.so"
@@ -178,3 +178,4 @@ FILES_qt4-demos = "${bindir}/qtdemo ${bindir}/qt4-demos/*"
FILES_${PN}-dev += "${bindir}/rcc ${bindir}/uic* ${bindir}/moc ${bindir}/qmake ${bindir}/syncqt \
${bindir}/qt3to4 ${bindir}/findtr"
+FILE_${PN}-dbg += "${bindir}/*/.debug ${plugindir}/.debug"