protocols/matrix: Fix quick build of early matrix protocol #25

Merged
kallisti5 merged 2 commits from fix-matrix into master 2023-03-31 22:37:28 -05:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 4489f80507 - Show all commits

View File

@ -65,7 +65,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub matrix_client network $(STDCPPLIBS)
LIBS = be bnetapi localestub interface matrix_client network $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so

View File

@ -158,8 +158,7 @@ MatrixProtocol::Commands()
BBitmap*
MatrixProtocol::Icon() const
{
return NULL;
// return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
}