Modify to include dlog-internal.h if profile is DA 16/315416/1 accepted/tizen/unified/20241202.132942
authorSangYoun Kwak <sy.kwak@samsung.com>
Mon, 2 Dec 2024 02:40:48 +0000 (11:40 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Mon, 2 Dec 2024 02:40:48 +0000 (11:40 +0900)
It is required to include dlog-internal.h if the build profile is DA.
Thus, .spec file is modified to set INCLUDE_INTERNAL as 1 if the build
profile is DA.

Change-Id: I47209a98397da1f175d39ae0e4466f93144451d9
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/hal-rootstrap.spec

index 50ad844a3fc6c9e6b9648ce586428886e2ffe5da..9c69b54a126ece1f2f65e6af2bf815f8dee2bc73 100644 (file)
@@ -24,7 +24,7 @@
 %define WITH_VD_MV 0
 %endif
 
-%if "%{WITH_VD}" == "1" || "%{WITH_VD_MV}" == "1"
+%if "%{WITH_VD}" == "1" || "%{WITH_VD_MV}" == "1" || "%{WITH_DA}" == "1"
 %define INCLUDE_INTERNAL 1
 %else
 %define INCLUDE_INTERNAL 0