stuartmorgan 1233fe4902
Revert "Revert "Explicitly make the X connection for EGL. (#21831)" (#21851)" (#21871)
This reverts commit d2ea378be45dd0de7a86b521d48240fd9d276283.
2020-10-22 13:50:14 -07:00

27 lines
532 B
Plaintext

# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/linux/pkg_config.gni")
import("//flutter/shell/platform/glfw/config.gni")
pkg_config("x11") {
packages = [ "x11" ]
}
pkg_config("gtk") {
packages = [ "gtk+-3.0" ]
}
pkg_config("egl") {
packages = [ "egl" ]
}
pkg_config("wayland-egl") {
packages = [ "wayland-egl" ]
}
pkg_config("wayland-client") {
packages = [ "wayland-client" ]
}