[Tizen] Fix build break vector-image-renderer 91/247391/2
authorHermet Park <chuneon.park@samsung.com>
Tue, 10 Nov 2020 09:08:27 +0000 (18:08 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 10 Nov 2020 09:09:05 +0000 (18:09 +0900)
There is a some issue on compile configuration in this module.

We fix this by disabling for a while since it's not mandatory feature now.

Change-Id: I945316df2b7581105ae18ada86759b3f40ad92ba

packaging/dali-extension.spec

index ab18285..f499f8f 100755 (executable)
@@ -44,7 +44,7 @@ dali-extension
 %define tizen_55_or_greater 1
 %endif
 
-%if ( 0%{?tizen_version_major} == 6 && 0%{?tizen_version_minor} >= 5 ) || 0%{?tizen_version_major} >= 7
+%if ( 0%{?tizen_version_major} == 7 && 0%{?tizen_version_minor} >= 5 ) || 0%{?tizen_version_major} >= 7
 %define tizen_65_or_greater 1
 %endif