fix tv profile option bug
authorEunhye Choi <eunhae1.choi@samsung.com>
Thu, 13 Jan 2022 14:09:08 +0000 (23:09 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Thu, 13 Jan 2022 14:24:51 +0000 (23:24 +0900)
Change-Id: Ibdb6db6df54241508910f4345d434534f9719f22

meson.build

index 34e48d2..5695fe7 100644 (file)
@@ -569,8 +569,7 @@ if dlog_dep.found()
   cdata.set('TIZEN_DLOG', 1)
 endif
 
-tv_dep = dependency('tv-profile', required : get_option('tv-profile'))
-if tv_dep.found()
+if get_option('tv-profile')
   cdata.set('TIZEN_TV_PROFILE', 1)
 endif