summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMichael Brown2016-07-29 16:58:59 +0200
committerMichael Brown2016-07-29 17:04:09 +0200
commit2afd66eb55996500499eb3bcc39c66ff042679c8 (patch)
treec7895a8b5b2a4297477a57c5dae68828476899ce /src/config/general.h
parent[build] Remove more obsolete explicit object requirements (diff)
downloadipxe-2afd66eb55996500499eb3bcc39c66ff042679c8.tar.gz
ipxe-2afd66eb55996500499eb3bcc39c66ff042679c8.tar.xz
ipxe-2afd66eb55996500499eb3bcc39c66ff042679c8.zip
[pixbuf] Enable PNG format by default
Enable IMAGE_PNG (but not IMAGE_PNM) by default, and drag in the relevant objects only when image_pixbuf() is present in the binary. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/general.h b/src/config/general.h
index 38d629cc..4b990489 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -111,7 +111,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
//#define IMAGE_EFI /* EFI image support */
//#define IMAGE_SDI /* SDI image support */
//#define IMAGE_PNM /* PNM image support */
-//#define IMAGE_PNG /* PNG image support */
+#define IMAGE_PNG /* PNG image support */
#define IMAGE_DER /* DER image support */
#define IMAGE_PEM /* PEM image support */