package/lcms2: remove empty variable LCMS2_CONF_OPTS
Introduced 2013 with the commit adding this package https://git.buildroot.net/buildroot/commit/package/lcms2?id=901282aa6e330c5e61ab25a83ba68e443cb3aec2 without any notice why it is needed. The package compiles fine without it so let's remove it. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
373b7efdb3
commit
d021262040
@ -10,8 +10,6 @@ LCMS2_LICENSE = MIT
|
||||
LCMS2_LICENSE_FILES = COPYING
|
||||
LCMS2_INSTALL_STAGING = YES
|
||||
|
||||
LCMS2_CONF_OPTS = \
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JPEG),y)
|
||||
LCMS2_CONF_OPTS += --with-jpeg
|
||||
LCMS2_DEPENDENCIES += jpeg
|
||||
|
Loading…
Reference in New Issue
Block a user