mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 02:09:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5321 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
222 B
BlitzBasic
13 lines
222 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include libxcb.inc
|
|
PV = "1.0+git"
|
|
PR = "r1"
|
|
|
|
DEPENDS += "libpthread-stubs"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git"
|
|
S = "${WORKDIR}/git/xcb"
|
|
|
|
PACKAGES =+ "libxcb-xinerama"
|