summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
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/config.c
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/config.c')
-rw-r--r--src/config/config.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config/config.c b/src/config/config.c
index e24cfe0d..c6683261 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -182,12 +182,6 @@ REQUIRE_OBJECT ( efi_image );
#ifdef IMAGE_SDI
REQUIRE_OBJECT ( sdi );
#endif
-#ifdef IMAGE_PNM
-REQUIRE_OBJECT ( pnm );
-#endif
-#ifdef IMAGE_PNG
-REQUIRE_OBJECT ( png );
-#endif
/*
* Drag in all requested commands