mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
snapcast: sort and reformat CMAKE_OPTIONS
Sort CMAKE_OPTIONS by alphabet and save a few bytes with tab character, instead of repeating "CMAKE_OPTIONS +=" Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
f4cf114981
commit
ebf044619d
@@ -19,9 +19,10 @@ PKG_CPE_ID:=cpe:/a:badaix:snapcast
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
CMAKE_OPTIONS += -DBUILD_TESTS=OFF
|
CMAKE_OPTIONS += \
|
||||||
CMAKE_OPTIONS += -DBUILD_WITH_PULSE=OFF
|
-DBUILD_TESTS=OFF \
|
||||||
CMAKE_OPTIONS += -DBUILD_WITH_AVAHI=OFF
|
-DBUILD_WITH_AVAHI=OFF \
|
||||||
|
-DBUILD_WITH_PULSE=OFF
|
||||||
|
|
||||||
define Package/snapcast/Default
|
define Package/snapcast/Default
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
|
|||||||
Reference in New Issue
Block a user