diff options
author | Michael Brown | 2016-07-29 16:58:59 +0200 |
---|---|---|
committer | Michael Brown | 2016-07-29 17:04:09 +0200 |
commit | 2afd66eb55996500499eb3bcc39c66ff042679c8 (patch) | |
tree | c7895a8b5b2a4297477a57c5dae68828476899ce /src/include | |
parent | [build] Remove more obsolete explicit object requirements (diff) | |
download | ipxe-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/include')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index f28e5894..9ec22fb0 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -70,6 +70,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_ansicoldef ( ERRFILE_CORE | 0x001e0000 ) #define ERRFILE_fault ( ERRFILE_CORE | 0x001f0000 ) #define ERRFILE_blocktrans ( ERRFILE_CORE | 0x00200000 ) +#define ERRFILE_pixbuf ( ERRFILE_CORE | 0x00210000 ) #define ERRFILE_eisa ( ERRFILE_DRIVER | 0x00000000 ) #define ERRFILE_isa ( ERRFILE_DRIVER | 0x00010000 ) |