mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Peter Korsgaard
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))
|
||||
|
||||
Reference in New Issue
Block a user