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

include libxcb.inc
PV = "1.1.90.1+gitr${SRCREV}"

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

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

PACKAGES =+ "libxcb-xinerama"