Skip to content

Commit

Permalink
Updated dependencies to match new lsp-runtime-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Apr 25, 2024
1 parent 8158da3 commit 4668234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ TEST_DEPENDENCIES = \
LINUX_DEPENDENCIES = \
LIBPTHREAD \
LIBDL \
LIBRT \
LIBSNDFILE \
LIBCAIRO \
LIBFREETYPE \
Expand All @@ -57,6 +58,7 @@ endif
BSD_DEPENDENCIES = \
LIBPTHREAD \
LIBDL \
LIBRT \
LIBSNDFILE \
LIBICONV \
LIBCAIRO \
Expand Down
5 changes: 5 additions & 0 deletions modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ LIBPTHREAD_NAME := libpthread
LIBPTHREAD_TYPE := opt
LIBPTHREAD_LDFLAGS := -lpthread

LIBRT_VERSION := system
LIBRT_NAME := librt
LIBRT_TYPE := opt
LIBRT_LDFLAGS := -lrt

LIBSNDFILE_VERSION := system
LIBSNDFILE_NAME := sndfile
LIBSNDFILE_TYPE := pkg
Expand Down

0 comments on commit 4668234

Please sign in to comment.