1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

libgbm: provide virtual/libgbm for easy switching b/w providers

Follow a similar change in mesa in oe-core:
https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2019-03-09 05:44:30 +00:00
parent 57b158f9e4
commit b2edc511b3

View File

@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c
DEPENDS = "libdrm udev"
PROVIDES += "virtual/libgbm"
inherit autotools pkgconfig
BRANCH = "next"