diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 14:32:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:29 +0100 |
commit | cdf878387ad460f7c6b7a58dcc996918bcd07a0a (patch) | |
tree | b8962ec003760b36fc1ead9c0a5ad38c0c4d0f4a /meta/recipes-qt/qt4 | |
parent | 5331f471045459a496f829cb747447e8f196d26e (diff) | |
download | poky-cdf878387ad460f7c6b7a58dcc996918bcd07a0a.tar.gz |
Remove machine-specific metadata for machines no longer in oe-core
(From OE-Core rev: 72567733033347b662d9baa07432985fd2da3efa)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index ba08dc8ac6..4b3571b618 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -6,12 +6,10 @@ SECTION = "x11/libs" | |||
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | 7 | DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" |
8 | 8 | ||
9 | INC_PR = "r22" | 9 | INC_PR = "r23" |
10 | 10 | ||
11 | QT_GLFLAGS ?= "-no-opengl" | 11 | QT_GLFLAGS ?= "-no-opengl" |
12 | QT_GLFLAGS_qemux86 = "-opengl" | 12 | QT_GLFLAGS_qemux86 = "-opengl" |
13 | QT_GLFLAGS_emenlow = "-opengl" | ||
14 | QT_GLFLAGS_atom-pc = "-opengl" | ||
15 | QT_GLFLAGS_qemuppc = "-opengl" | 13 | QT_GLFLAGS_qemuppc = "-opengl" |
16 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" | 14 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" |
17 | QT_BASE_NAME ?= "qt4" | 15 | QT_BASE_NAME ?= "qt4" |