summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew de los Reyes <adlr@chromium.org>2014-04-14 16:40:57 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-15 03:56:34 +0000
commit089a867187fda0731a05d48839443adf455fbbf0 (patch)
treeea903b63c7b0d559a4f7444646ec705893cf0019 /Makefile
parentc4db7c0322f55cb02f6d1374c365540dd0787850 (diff)
downloadlibchrome-gestures-089a867187fda0731a05d48839443adf455fbbf0.tar.gz
Makefile: Install jsoncpp when make setup-in-place called
BUG=chromium:363440 TEST=make test-in-place called in shell. Saw emerge happen Change-Id: Id4815b1d11a79d7a40869590a25d3fd2c13e65e7 Reviewed-on: https://chromium-review.googlesource.com/194881 Reviewed-by: Dennis Kempin <denniskempin@chromium.org> Commit-Queue: Andrew de los Reyes <adlr@chromium.org> Tested-by: Andrew de los Reyes <adlr@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83752e4..b27d600 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,7 @@ clean:
rm -rf $(OBJDIR) $(DEPDIR) $(TEST_EXE) html app.info app.info.orig
setup-in-place:
+ sudo emerge -v1 dev-libs/jsoncpp
mkdir -p $(SRC)/in-place/gestures || true
ln -sf $(SRC)/include/gestures.h $(SRC)/in-place/gestures/gestures.h
ln -sf $(SRC)/$(SONAME) $(SRC)/in-place/$(SONAME:$(OBJDIR)/%.0=%)