Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3123)

Unified Diff: build/config/linux/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 2b9962ffcbfc6da076777233b5ef75fc703c743a..0453c848d9c5f105d7ac7522030697159c880c50 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -52,6 +52,10 @@ pkg_config("glib") {
]
}
+pkg_config("pangocairo") {
+ packages = [ "pangocairo" ]
+}
+
pkg_config("pangoft2") {
packages = [ "pangoft2" ]
}
@@ -62,6 +66,16 @@ pkg_config("dbus") {
packages = [ "dbus-1" ]
}
+if (use_evdev_gestures) {
+ pkg_config("libevdev-cros") {
+ packages = [ "libevdev-cros" ]
+ }
+
+ pkg_config("libgestures") {
+ packages = [ "libgestures" ]
+ }
+}
+
config("x11") {
libs = [
"X11",
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/config/ui.gni » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698