mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
mesa-dri: Fix patch list
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
include mesa-common.inc
|
||||
|
||||
SRC_URI += "file://crossfix.patch;patch=1 \
|
||||
file://mesa-DRI2Swapbuffer.patch;patch=1 "
|
||||
SRC_URI += "file://crossfix.patch;patch=1"
|
||||
# file://mesa-DRI2Swapbuffer.patch;patch=1
|
||||
|
||||
PROTO_DEPS = "xf86driproto glproto dri2proto"
|
||||
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
|
||||
|
||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
# most of our targets do not have DRI so will use mesa-xlib
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user