mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libshout: Fix build/configure errors
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -60,8 +60,8 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static
|
--enable-static
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),full)
|
ifeq ($(BUILD_VARIANT),nospeex)
|
||||||
CONFIGURE_ARGS += --with-theora=no --with-speex=no
|
CONFIGURE_ARGS += --disable-theora --disable-speex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
@@ -84,7 +84,7 @@ define Package/libshout/install
|
|||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libshout.so.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libshout.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
Package/libshout-full/install=Package/libshout/install
|
Package/libshout-full/install=$(Package/libshout/install)
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libshout))
|
$(eval $(call BuildPackage,libshout))
|
||||||
$(eval $(call BuildPackage,libshout-full))
|
$(eval $(call BuildPackage,libshout-full))
|
||||||
|
|||||||
Reference in New Issue
Block a user