Revert "add Tizen tv profile only configuration"
authorANZ1217 <chihun.jeong@samsung.com>
Tue, 16 Jan 2024 08:52:47 +0000 (17:52 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Tue, 16 Jan 2024 08:52:47 +0000 (17:52 +0900)
This reverts commit 74fb2dc675f84a4137c4b69d300739495e26e764.

packaging/fontconfig.spec

index a2e5d1f..88bd33a 100644 (file)
@@ -53,7 +53,6 @@ cp %{SOURCE1001} .
 # We don't want to rebuild the docs, but we want to install the included ones.
 export HASDOCBOOK=no
 
-%if "%{?profile}" != "tv"
 %reconfigure --disable-static \
     --with-expat=%{_prefix} \
     --with-expat-include=%{_includedir} \
@@ -66,20 +65,6 @@ export HASDOCBOOK=no
     --with-templatedir=%{TZ_SYS_RO_ETC}/fonts/conf.avail \
     --with-xmldir=%{TZ_SYS_RO_ETC}/fonts \
     --disable-docs
-%else
-%reconfigure --disable-static \
-    --with-expat=%{_prefix} \
-    --with-expat-include=%{_includedir} \
-    --with-expat-lib=%{_libdir} \
-    --with-freetype-config=%{TZ_SYS_BIN}/freetype-config \
-    --with-add-fonts=%{TZ_SYS_RO_SHARE}/fonts \
-    --with-cache-dir=%{TZ_SYS_VAR}/cache/fontconfig \
-    --with-baseconfigdir=%{TZ_SYS_RO_ETC}/fonts \
-    --with-configdir=%{TZ_SYS_RO_ETC}/fonts/conf.d \
-    --with-templatedir=%{TZ_SYS_RO_ETC}/fonts/conf.avail \
-    --with-xmldir=%{TZ_SYS_RO_ETC}/fonts \
-    --disable-docs
-%endif
 
 make %{?jobs:-j%jobs}