mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tiff: use CONFIGURE_ARGS
Simplify the Makefile. No functional change. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
+15
-21
@@ -58,27 +58,21 @@ $(call Package/tiff/Default)
|
|||||||
DEPENDS:=+libtiff
|
DEPENDS:=+libtiff
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
$(if $(CONFIG_PACKAGE_libtiffxx),--enable-cxx,--disable-cxx) \
|
||||||
$(if $(CONFIG_PACKAGE_libtiffxx), \
|
--disable-lzma \
|
||||||
--enable-cxx, \
|
--enable-ccitt \
|
||||||
--disable-cxx \
|
--enable-packbits \
|
||||||
) \
|
--enable-lzw \
|
||||||
--disable-lzma \
|
--enable-thunder \
|
||||||
--enable-ccitt \
|
--enable-next \
|
||||||
--enable-packbits \
|
--enable-logluv \
|
||||||
--enable-lzw \
|
--enable-mdi \
|
||||||
--enable-thunder \
|
--enable-zlib \
|
||||||
--enable-next \
|
--enable-jpeg \
|
||||||
--enable-logluv \
|
--disable-old-jpeg \
|
||||||
--enable-mdi \
|
--disable-jbig \
|
||||||
--enable-zlib \
|
--without-x
|
||||||
--enable-jpeg \
|
|
||||||
--disable-old-jpeg \
|
|
||||||
--disable-jbig \
|
|
||||||
--without-x \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/{lib,include}
|
$(INSTALL_DIR) $(1)/usr/{lib,include}
|
||||||
|
|||||||
Reference in New Issue
Block a user