| commit | 350e5718a449371f2e442771b7f5ed8629a5bf43 | [log] [tgz] |
|---|---|---|
| author | Alex Vakulenko <[email protected]> | Wed Oct 28 20:04:45 2015 |
| committer | chrome-bot <[email protected]> | Mon Nov 02 16:53:11 2015 |
| tree | 95b0fe0b361d7e0b48c31503ea63db58516bf4b6 | |
| parent | 03382e68603e99b0fdc81e2f3500448c47ba2396 [diff] |
trunks: Rename libchromeos to libbrillo BUG=b:24872993 TEST=build_packages CQ-DEPEND=CL:309584 Change-Id: Id9cbc8c7490d3a97e7ae9e120b8ba76d69123701 Reviewed-on: https://chromium-review.googlesource.com/309495 Commit-Ready: Alex Deymo <[email protected]> Tested-by: Alex Vakulenko <[email protected]> Reviewed-by: Utkarsh Sanghi <[email protected]>
diff --git a/tss/Makefile b/tss/Makefile index ceab1ef..76d280c 100644 --- a/tss/Makefile +++ b/tss/Makefile
@@ -23,7 +23,7 @@ $(error BASE_VER is not set. Make sure you set it to the correct revision number of libchrome) endif -PC_DEPS = dbus-c++-1 libchrome-$(BASE_VER) libchromeos-$(BASE_VER) +PC_DEPS = dbus-c++-1 libchrome-$(BASE_VER) libbrillo-$(BASE_VER) PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS)) PC_LIBS := $(shell $(PKG_CONFIG) --libs $(PC_DEPS))