summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb
blob: 44719a081e09b5cc174abb271c2a231e4a78fa35 (plain)
1
2
3
4
5
6
7
8
9
10
11
include mesa-common.inc
include mesa-${PV}.inc

PROTO_DEPS = "xf86driproto glproto"
LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"

DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS} makedepend-native"

PR = "${INC_PR}.0"

EXTRA_OECONF += "--with-driver=xlib --without-gallium-drivers"