mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
e66258ad7a
OE/Yocto is migration towards new override syntax, current master (upcomming honister release) will not tolerate "_" as override operator. New override syntax will be backported to dunfell, gatesgarth, hardknott releases. Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
18 lines
428 B
BlitzBasic
18 lines
428 B
BlitzBasic
DESCRIPTION = "Library for the DRI2 extension to the X Window System"
|
|
|
|
LICENSE = "MIT-X"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
|
|
|
|
DEPENDS = "libdrm libxext libxfixes xorgproto"
|
|
|
|
PE = "1"
|
|
PV = "1.0.0+git${SRCPV}"
|
|
SRC_URI = "git://github.com/robclark/libdri2.git;protocol=http;branch=master"
|
|
|
|
SRCREV = "4f1eef3183df2b270c3d5cbef07343ee5127a6a4"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|