diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-28 20:56:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:08:56 +0200 |
commit | 5d5ba83cc6eadbff6d60d5ae4947bc9b48d846f4 (patch) | |
tree | 6cbef8286c4d167c13bbdcabbf862b0945a71e17 /recipes-qt/qt5/qtbase.inc | |
parent | a376cc61ed00eccd0892936d101a1ecece0e6f3c (diff) | |
download | meta-qt5-5d5ba83cc6eadbff6d60d5ae4947bc9b48d846f4.tar.gz |
qt5-native: rename to qtbase-native to avoid confusion
* we also had PROVIDES for qt5-tools-native, this makes it a bit easier to see what is what
* drop FILESEXTRAPATHS, not needed after renaming to match BPN with qtbase patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 2b14de1e..f420d37a 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -8,7 +8,7 @@ SRC_URI += " \ | |||
8 | file://qplatformdefs.h \ | 8 | file://qplatformdefs.h \ |
9 | " | 9 | " |
10 | 10 | ||
11 | DEPENDS += "qt5-tools-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU}" | 11 | DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU}" |
12 | 12 | ||
13 | # to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h | 13 | # to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h |
14 | # DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" | 14 | # DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" |