Skip to content

Commit 9148597

Browse files
committed
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 <[email protected]>
1 parent 9442ffb commit 9148597

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sound/snapcast/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ PKG_CPE_ID:=cpe:/a:badaix:snapcast
1919
include $(INCLUDE_DIR)/package.mk
2020
include $(INCLUDE_DIR)/cmake.mk
2121

22-
CMAKE_OPTIONS += -DBUILD_TESTS=OFF
23-
CMAKE_OPTIONS += -DBUILD_WITH_PULSE=OFF
24-
CMAKE_OPTIONS += -DBUILD_WITH_AVAHI=OFF
22+
CMAKE_OPTIONS += \
23+
-DBUILD_TESTS=OFF \
24+
-DBUILD_WITH_AVAHI=OFF \
25+
-DBUILD_WITH_PULSE=OFF
2526

2627
define Package/snapcast/Default
2728
SECTION:=sound

0 commit comments

Comments
 (0)