Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e95c4868 authored by Ethan Yonker's avatar Ethan Yonker
Browse files

ifdef and comment out libjpeg

Chances are there are not many themes in widespread use that are
using jpeg images, but this will be easy to revert back or even
just temporarily modify if we need jpeg support in a pinch.

Change-Id: If17b05ce3ebccce724fd74b26ed8ea91b287c3cf
parent fbb4353a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
		<resolution width="1920" height="1200"/>
		<author>TeamWin</author>
		<title>TWRP</title>
		<description>Default basic theme</description>
		<preview>preview.jpg</preview>
		<description>splash screen</description>
		<themeversion>1</themeversion>
	</details>

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
		<author>TeamWin</author>
		<title>Backup Naowz</title>
		<description>Default basic theme</description>
		<preview>preview.jpg</preview>
		<preview>preview.png</preview>
		<themeversion>1</themeversion>
	</details>

+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
		<resolution width="800" height="480"/>
		<author>TeamWin</author>
		<title>TWRP</title>
		<description>Default basic theme</description>
		<preview>preview.jpg</preview>
		<description>splash screen</description>
		<themeversion>1</themeversion>
	</details>

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
		<author>TeamWin</author>
		<title>Backup Naowz</title>
		<description>Default basic theme</description>
		<preview>preview.jpg</preview>
		<preview>preview.png</preview>
		<themeversion>1</themeversion>
	</details>

+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
		<resolution width="1080" height="1920"/>
		<author>TeamWin</author>
		<title>TWRP</title>
		<description>Default basic theme</description>
		<preview>preview.jpg</preview>
		<description>splash screen</description>
		<themeversion>1</themeversion>
	</details>

Loading