diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/mesa/mesa-xlib_7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mesa/mesa-xlib_7.2.bb b/recipes/mesa/mesa-xlib_7.2.bb index 0035540838..1e752dce6f 100644 --- a/recipes/mesa/mesa-xlib_7.2.bb +++ b/recipes/mesa/mesa-xlib_7.2.bb @@ -6,7 +6,7 @@ LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" PE = "1" -PR = "r4" +PR = "${INC_PR}.0" EXTRA_OECONF += "--with-driver=xlib" |