diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-01 06:52:15 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-01 13:16:05 +0200 |
commit | a969fd16fd4f70d5093408b07d87b663658df932 (patch) | |
tree | 0137cf598fa2f4984882ddcaccb3542d3395b38c /recipes/qt4/qt4-x11-free-gles_git.bb.disabled | |
parent | 3617ddf640d157d538f4c99707a6e113170c262e (diff) |
qt4: Use require instead of include to fail on missing includes
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles_git.bb.disabled')
-rw-r--r-- | recipes/qt4/qt4-x11-free-gles_git.bb.disabled | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled index bb5f355e6a..22db2dfa8d 100644 --- a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled +++ b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled @@ -4,7 +4,7 @@ FILESPATHPKG =. "qt4-x11-free-${PV}:qt4-x11-free:" QT_GLFLAGS = "-opengl es1 -openvg" -include qt4-x11-free.inc +require qt4-x11-free.inc LICENSE = "LGPLv2.1 GPLv3" PR = "${INC_PR}.0+gitr${SRCREV}" |