2013-11-15 18:18:29 +01:00
|
|
|
DESCRIPTION = "Library for the DRI2 extension to the X Window System"
|
2013-10-11 13:46:57 +02:00
|
|
|
|
|
|
|
LICENSE = "MIT-X"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
|
|
|
|
|
2014-03-08 19:08:25 +01:00
|
|
|
DEPENDS = "libdrm libxext xextproto libxfixes dri2proto"
|
2014-02-14 13:50:34 +01:00
|
|
|
|
|
|
|
PE = "1"
|
|
|
|
PV = "1.0.0+git${SRCPV}"
|
2013-10-11 13:46:57 +02:00
|
|
|
SRC_URI = "git://github.com/robclark/libdri2.git;protocol=http;branch=master"
|
|
|
|
|
|
|
|
SRCREV_pn-${PN} = "4f1eef3183df2b270c3d5cbef07343ee5127a6a4"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
2014-11-11 19:55:32 +01:00
|
|
|
inherit autotools pkgconfig
|
2013-10-11 13:46:57 +02:00
|
|
|
|