File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# Variables that describe dependencies
22
- LSP_COMMON_LIB_VERSION := 1.0.9
22
+ LSP_COMMON_LIB_VERSION := 1.0.10
23
23
LSP_COMMON_LIB_NAME := lsp-common-lib
24
24
LSP_COMMON_LIB_TYPE := hdr
25
25
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME ) .git
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ARTIFACT_DESC = Base library for implementing and loading 3D rende
24
24
ARTIFACT_VARS = LSP_R3D_BASE_LIB
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
26
ARTIFACT_EXPORT_ALL = 0
27
- ARTIFACT_VERSION = 0.5.4-devel
27
+ ARTIFACT_VERSION = 0.5.4
28
28
29
29
# List of dependencies
30
30
TEST_DEPENDENCIES = \
Original file line number Diff line number Diff line change @@ -8,4 +8,8 @@ $(LSP_R3D_BASE_LIB_BIN)/main/base_backend.o: main/base_backend.cpp \
8
8
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
9
9
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
10
10
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h
11
- $(LSP_R3D_BASE_LIB_BIN ) /test/main.o : test/main.cpp
11
+ $(LSP_R3D_BASE_LIB_BIN ) /test/main.o : test/main.cpp \
12
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main.h \
13
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
14
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
15
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h
You can’t perform that action at this time.
0 commit comments