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

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

Issue 409163004: ozone: Fix GN build for ozone_egl_demo, ozone_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove empty file Created 6 years, 5 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') | media/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')
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 48b78a4e40d4130e547300a01edce1d1247c5aaa..88e51c53e49dcb7c3c8d2ec606dd2f440a168dba 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -21,10 +21,14 @@ config("sdk") {
}
}
-pkg_config("dridrm") {
+pkg_config("libdrm") {
packages = [ "libdrm" ]
}
+pkg_config("gbm") {
+ packages = [ "gbm" ]
brettw 2014/07/23 00:32:32 "pkg-config --libs-only-l gbm" fails on my system
spang 2014/07/23 17:27:56 We did add this library to install-build-deps.sh,
+}
+
config("fontconfig") {
libs = [ "fontconfig" ]
}
« no previous file with comments | « BUILD.gn ('k') | media/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698