Kaydet (Commit) ebb09ee4 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No jvmaccess or jvmfwk library unless SOLAR_JAVA

Change-Id: I676c1305d997d756456245264e68676666f75c7e
üst 1a6b1873
...@@ -34,8 +34,9 @@ $(eval $(call gb_Library_use_libraries,merged,\ ...@@ -34,8 +34,9 @@ $(eval $(call gb_Library_use_libraries,merged,\
cppu \ cppu \
cppuhelper \ cppuhelper \
i18nlangtag \ i18nlangtag \
jvmaccess \ $(if $(filter TRUE,$(SOLAR_JAVA)), \
jvmfwk \ jvmaccess \
jvmfwk) \
sal \ sal \
salhelper \ salhelper \
tl \ tl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment