Fix incorrect define 97/270897/2
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 11 Feb 2022 01:55:22 +0000 (10:55 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 11 Feb 2022 02:25:30 +0000 (11:25 +0900)
Change-Id: I3ea1d50c627203ff94cf0aead09ee3b1e300f21e

subprojects/gst-plugins-base/meson.build
subprojects/gst-plugins-ugly/meson.build
subprojects/gstreamer/meson.build

index e70558aab43eaa5a411d7b1d03d10f18e1767a9f..b3536475e588e0adb9a8dea7c34f237c9ee48c5b 100644 (file)
@@ -396,7 +396,7 @@ if tbm_dep.found()
 endif
 
 if get_option('tv-profile')
-  core_conf.set('TIZEN_TV_PROFILE', true)
+  core_conf.set('TIZEN_PROFILE_TV', true)
   core_conf.set('TIZEN_FEATURE_TRUSTZONE', true)
 else
   core_conf.set('TIZEN_FEATURE_RESOURCE_MANAGER', true)
index c3c84eb55a9f936fe08eb1efbf0323852daec28e..a98be6acaaade21c7872b84a2738c9e7b6adcd37 100644 (file)
@@ -200,8 +200,8 @@ endif
 # TIZEN_OPTION
 
 if get_option('tv-profile')
-  core_conf.set('TIZEN_TV_PROFILE', 1)
-  core_conf.set('TIZEN_FEATURE_TRUSTZONE', 1)
+  core_conf.set('TIZEN_PROFILE_TV', true)
+  core_conf.set('TIZEN_FEATURE_TRUSTZONE', true)
 endif
 
 # TIZEN_OPTION end
index aa46152dbdbe6b3224da7ab89ce702daada62713..cd47c72ce6186f6a1f88b59f30228bbcf80f48eb 100644 (file)
@@ -581,7 +581,7 @@ cdata.set('TIZEN_FEATURE_INPUT_SELECTOR_MODIFICATION', true)
 cdata.set('TIZEN_FEATURE_SEEK_THRESHOLD', true)
 cdata.set('TIZEN_FEATURE_RTSPSRC_MODIFICATION', true)
 if get_option('tv-profile')
-  cdata.set('TIZEN_TV_PROFILE', true)
+  cdata.set('TIZEN_PROFILE_TV', true)
   cdata.set('TIZEN_FEATURE_TRUSTZONE', true)
 endif