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

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

Issue 301233007: Add GN build file for dbus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for proto error - depend on protobuf_lite Created 6 years, 7 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
« no previous file with comments | « BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 6d814fa93975155cf832b59be8fd40e485494822..46cea9e8a2fc9dc8dbd32ce5f1bb3b984254e884 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -48,6 +48,10 @@ pkg_config("udev") {
packages = [ "libudev" ]
}
+pkg_config("dbus") {
+ packages = [ "dbus-1" ]
+}
+
config("x11") {
# Don't bother running pkg-config for these X related libraries since it just
# returns the same libs, and forking pkg-config is slow.
« no previous file with comments | « BUILD.gn ('k') | dbus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698