mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
!gtk-port:CONFIG += qt-port
|
||||
qt-port {
|
||||
lessThan(QT_MINOR_VERSION, 4) {
|
||||
!win32-*:SUBDIRS += WebKit/qt/Plugins
|
||||
}
|
||||
}
|
||||
SUBDIRS += \
|
||||
WebCore \
|
||||
JavaScriptCore/kjs/testkjs.pro
|
||||
|
||||
qt-port {
|
||||
SUBDIRS += WebKit/qt/QtLauncher
|
||||
|
||||
!win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
|
||||
}
|
||||
|
||||
gtk-port:SUBDIRS += \
|
||||
WebKitTools/GtkLauncher \
|
||||
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro
|
||||
Reference in New Issue
Block a user