diff options
Diffstat (limited to 'meta-oe/recipes-qt/qt4/qt4-x11-free.inc')
| -rw-r--r-- | meta-oe/recipes-qt/qt4/qt4-x11-free.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free.inc b/meta-oe/recipes-qt/qt4/qt4-x11-free.inc new file mode 100644 index 0000000000..057a129ecf --- /dev/null +++ b/meta-oe/recipes-qt/qt4/qt4-x11-free.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | require qt4.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." | ||
| 4 | HOMEPAGE = "http://qt.nokia.com" | ||
| 5 | SECTION = "x11/libs" | ||
| 6 | PRIORITY = "optional" | ||
| 7 | DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | ||
| 8 | |||
| 9 | INC_PR = "r21" | ||
| 10 | |||
| 11 | QT_GLFLAGS ?= "-no-opengl" | ||
| 12 | QT_GLFLAGS_qemux86 = "-opengl" | ||
| 13 | QT_GLFLAGS_emenlow = "-opengl" | ||
| 14 | QT_GLFLAGS_atom-pc = "-opengl" | ||
| 15 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" | ||
| 16 | QT_BASE_NAME ?= "qt4" | ||
| 17 | QT_BASE_LIB ?= "libqt" | ||
| 18 | |||
| 19 | inherit qt4x11 | ||
| 20 | |||
