virglrenderer will start requiring gbm >= 18.0.0, so add that here. BUG=none TEST=local build Change-Id: I40e63140d8b0ad6a76fc273c9c1e561c264aad7d Reviewed-on: https://chromium-review.googlesource.com/1821692 Tested-by: Gurchetan Singh <gurchetansingh@chromium.org> Commit-Ready: Kazuhiro Inaba <kinaba@chromium.org> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org> Reviewed-by: Robert Tarasov <tutankhamen@chromium.org>
10 lines
207 B
PkgConfig
10 lines
207 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libgbm
|
|
Description: A small gbm implementation
|
|
Version: 18.0.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lgbm
|