package/libraw: add optional support for jpeg
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e712000dbe
commit
96f06290a5
@ -26,4 +26,11 @@ else
|
||||
LIBRAW_CONF_OPTS += --disable-jasper
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JPEG),y)
|
||||
LIBRAW_CONF_OPTS += --enable-jpeg
|
||||
LIBRAW_DEPENDENCIES += jpeg
|
||||
else
|
||||
LIBRAW_CONF_OPTS += --disable-jpeg
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user