aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb_git.bb
blob: f8cf2a581d41d8dbeaa39d9d39d22faf517b7b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULT_PREFERENCE = "-1"

include libxcb.inc

SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22"
PV = "1.1.90.1+gitr${SRCPV}"
PR = "r1"

DEPENDS += "libpthread-stubs xcb-proto-native"

SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git"
S = "${WORKDIR}/git"

PACKAGES =+ "libxcb-xinerama"