Commit 972441af by Jamie Madill

GN: Fix missing pkg_config import in GL back-end.

This was causing a build break on ChromeOS builers and brekaing the ANGLE roll into Chromium. Bug: chromium:1129075 Bug: angleproject:3943 Change-Id: Ic7976c0b506f5af67823da8de1f8c850e43abee0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2415169Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 07c03b6d
......@@ -6,6 +6,10 @@
import("../../../../gni/angle.gni")
if (angle_has_build && ozone_platform_gbm) {
import("//build/config/linux/pkg_config.gni")
}
assert(angle_enable_gl)
declare_args() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment