mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/libraw: drop unrecognized options
demosaic packs have been removed since version 0.19.0 andb85690eb48Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit68480c9bf0) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
13210a7c1a
commit
296da32f07
@@ -10,9 +10,7 @@ LIBRAW_SITE = http://www.libraw.org/data
|
|||||||
LIBRAW_INSTALL_STAGING = YES
|
LIBRAW_INSTALL_STAGING = YES
|
||||||
LIBRAW_CONF_OPTS += \
|
LIBRAW_CONF_OPTS += \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--disable-openmp \
|
--disable-openmp
|
||||||
--disable-demosaic-pack-gpl2 \
|
|
||||||
--disable-demosaic-pack-gpl3
|
|
||||||
LIBRAW_LICENSE = LGPL-2.1 or CDDL-1.0
|
LIBRAW_LICENSE = LGPL-2.1 or CDDL-1.0
|
||||||
LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL README.md
|
LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL README.md
|
||||||
LIBRAW_DEPENDENCIES = host-pkgconf
|
LIBRAW_DEPENDENCIES = host-pkgconf
|
||||||
|
|||||||
Reference in New Issue
Block a user