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

include libxcb.inc
SRCREV = "a63fbc9d6c484e5ad7a5e9d56f81b8e1a2f38a82"
PV = "1.6+git"
PR = "r0"

DEPENDS += "libpthread-stubs"

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

PACKAGES =+ "libxcb-xinerama"