summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/qemugl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/qemugl_git.bb')
-rw-r--r--meta/recipes-graphics/mesa/qemugl_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb
index 184c782722..8f8929117c 100644
--- a/meta/recipes-graphics/mesa/qemugl_git.bb
+++ b/meta/recipes-graphics/mesa/qemugl_git.bb
@@ -8,11 +8,12 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes"
8COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' 8COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
9 9
10SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ 10SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
11 file://versionfix.patch" 11 file://versionfix.patch \
12 file://remove-x11r6-lib-dir.patch"
12S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
13 14
14PV = "0.0+git${SRCPV}" 15PV = "0.0+git${SRCPV}"
15PR = "r6" 16PR = "r7"
16 17
17DEFAULT_PREFERENCE = "-1" 18DEFAULT_PREFERENCE = "-1"
18 19