Enable mm-evas-renderer for TV 96/274496/3 accepted/tizen/unified/20220616.141943 submit/tizen/20220613.071232
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 29 Apr 2022 07:45:28 +0000 (16:45 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 3 May 2022 02:06:11 +0000 (11:06 +0900)
For now, there's no reason to exclude it. It works.

[Version] 0.0.13
[Issue Type] Feature inclusion

Change-Id: Ic7541f1533c8926b099c8420ccc0efbe034e43a2
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/libmm-display.spec

index 9ae487e..9b33bda 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-display
 Summary:    Multimedia framework display library
-Version:    0.0.12
+Version:    0.0.13
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
@@ -17,9 +17,7 @@ BuildRequires:  pkgconfig(evas)
 BuildRequires:  pkgconfig(ecore-evas)
 BuildRequires:  pkgconfig(ecore-wl2)
 BuildRequires:  pkgconfig(tizen-extension-client)
-%if "%{tizen_profile_name}" != "tv"
 BuildRequires:  pkgconfig(mm-evas-renderer)
-%endif
 %if "%{gtests}" == "1"
 BuildRequires:  pkgconfig(gmock)
 %endif
@@ -59,9 +57,7 @@ export LDFLAGS+=" -lgcov"
 export CFLAGS+=" -D_LARGEFILE64_SOURCE -DMM_DISPLAY_LIBDIR=\\\"%{_libdir}\\\" -DEFL_BETA_API_SUPPORT"
 ./autogen.sh
 %configure \
-%if "%{tizen_profile_name}" != "tv"
        --enable-evas-renderer \
-%endif
 %if "%{gtests}" == "1"
        --enable-gtests \
 %endif