blob: f501bac61096e218dd2ff1e08077a9e0d68d38ba [file]
# 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")
pkg_config("gtk3") {
packages = [ "gtk+-3.0" ]
}
pkg_config("x11") {
packages = [ "x11" ]
}