change --enable-gles = 30 to 20 and removal of sec_product_feature_graphics_gpu_info... 14/33214/2
authortaeyoon <taeyoon0.lee@samsung.com>
Wed, 7 Jan 2015 05:41:25 +0000 (14:41 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Fri, 9 Jan 2015 01:24:51 +0000 (10:24 +0900)
 - gles 30 to 20 in mobile and wearable.spec
 - removal of %if "%{?sec_product_feature_graphics_gpu_info}" == "adreno330" in tv.spec

Change-Id: I2ce96cd9f8d733e1598a6abee2b12ac1efb7da89

packaging/dali-adaptor-mobile.spec
packaging/dali-adaptor-tv.spec
packaging/dali-adaptor-wearable.spec

index 879528e..837eceb 100644 (file)
@@ -132,7 +132,7 @@ FONT_DOWNLOADED_PATH="%{font_downloaded_path}" ; export FONT_DOWNLOADED_PATH
 FONT_APPLICATION_PATH="%{font_application_path}" ; export FONT_APPLICATION_PATH
 FONT_CONFIGURATION_FILE="%{font_configuration_file}" ; export FONT_CONFIGURATION_FILE
 
-%configure --with-jpeg-turbo --enable-gles=30 --enable-profile=%{dali_profile} --libdir=%{_libdir}
+%configure --with-jpeg-turbo --enable-gles=20 --enable-profile=%{dali_profile} --libdir=%{_libdir}
 
 make %{?jobs:-j%jobs}
 
index 10c79ec..5254c27 100644 (file)
@@ -124,12 +124,7 @@ FONT_DOWNLOADED_PATH="%{font_downloaded_path}" ; export FONT_DOWNLOADED_PATH
 FONT_APPLICATION_PATH="%{font_application_path}" ; export FONT_APPLICATION_PATH
 FONT_CONFIGURATION_FILE="%{font_configuration_file}" ; export FONT_CONFIGURATION_FILE
 
-
-%if "%{?sec_product_feature_graphics_gpu_info}" == "adreno330"
-%configure --with-jpeg-turbo --enable-gles=30 --enable-profile=TV --libdir=%{_libdir}
-%else
 %configure --with-jpeg-turbo --enable-gles=20 --enable-profile=TV --libdir=%{_libdir}
-%endif
 
 make %{?jobs:-j%jobs}
 
index 6f7c26e..49abf41 100644 (file)
@@ -117,7 +117,7 @@ FONT_DOWNLOADED_PATH="%{font_downloaded_path}" ; export FONT_DOWNLOADED_PATH
 FONT_APPLICATION_PATH="%{font_application_path}" ; export FONT_APPLICATION_PATH
 FONT_CONFIGURATION_FILE="%{font_configuration_file}" ; export FONT_CONFIGURATION_FILE
 
-%configure --with-jpeg-turbo --enable-gles=30 --enable-profile=%{dali_profile} --libdir=%{_libdir}
+%configure --with-jpeg-turbo --enable-gles=20 --enable-profile=%{dali_profile} --libdir=%{_libdir}
 
 make %{?jobs:-j%jobs}